1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-16 15:10:12 +00:00

Move from drone to GHA for rke 1.5 (#3615)

This commit is contained in:
mitulshah-suse
2024-07-03 03:50:52 +05:30
committed by GitHub
parent 901cb5a1fd
commit 6958487e50
9 changed files with 223 additions and 248 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
}