We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bceb6c5 commit 7df5796Copy full SHA for 7df5796
ci/test/run-brancher.sh
@@ -60,7 +60,7 @@ $DP hypernode-deploy cleanup -vvv
60
61
rm -f deployment-report.json
62
63
-# Now do a test deploy which should have a brancher node.
+# Now do a test deploy again to deploy to a brancher node and clean it up by hnapi and labels matching
64
$DP hypernode-deploy deploy test -f /web/deploy.php -vvv
65
66
$DP ls -l
@@ -72,7 +72,7 @@ $DP jq .hostnames[0] deployment-report.json -r -e
72
$DP jq .brancher_hypernodes[0] deployment-report.json -r -e
73
74
# Remove deployment report to make sure we can clean up using hnapi and labels matching
75
-rm -f deployment-report.json
+$DP rm -f deployment-report.json
76
77
# cleanup data
78
$DP hypernode-deploy cleanup test -vvv
0 commit comments