1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-16 06:59:25 +00:00

Merge pull request #3591 from mitulshah-suse/move-to-gha-1.6

Move from drone to Github Actions for 1.6
This commit is contained in:
Sergey Nasovich
2024-06-11 19:32:49 -04:00
committed by GitHub
8 changed files with 212 additions and 243 deletions

View File

@@ -18,7 +18,7 @@ function cleanup {
echo ""
echo_with_time "---- Clean Up RKE ----"
for i in ./bin/cluster-*.yml; do
./bin/rke remove --dind --force --config $i 2>&1 >/dev/null
./bin/rke remove --dind --force --config $i
done
rm -f ./bin/*.rkestate ./bin/*.yml
}