Skip to content

Commit 7df5796

Browse files
committed
ci: Fix deployment-report removal
1 parent bceb6c5 commit 7df5796

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/test/run-brancher.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ $DP hypernode-deploy cleanup -vvv
6060

6161
rm -f deployment-report.json
6262

63-
# Now do a test deploy which should have a brancher node.
63+
# Now do a test deploy again to deploy to a brancher node and clean it up by hnapi and labels matching
6464
$DP hypernode-deploy deploy test -f /web/deploy.php -vvv
6565

6666
$DP ls -l
@@ -72,7 +72,7 @@ $DP jq .hostnames[0] deployment-report.json -r -e
7272
$DP jq .brancher_hypernodes[0] deployment-report.json -r -e
7373

7474
# Remove deployment report to make sure we can clean up using hnapi and labels matching
75-
rm -f deployment-report.json
75+
$DP rm -f deployment-report.json
7676

7777
# cleanup data
7878
$DP hypernode-deploy cleanup test -vvv

0 commit comments

Comments
 (0)