Skip to content

Commit

Permalink
Staging removal on pull request (#278)
Browse files Browse the repository at this point in the history
* rwhois deployment removal from rwhois-st namespace
  • Loading branch information
keijoraamat authored May 20, 2021
1 parent d91d955 commit 5af7808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/remove_st_after_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
bash
cd "$REPO"/"$PR_REF"
export KUBECONFIG=./kubeconfig
helm delete rwhois-st-"$PR_REF" -n auction-staging
helm delete rwhois-st-"$PR_REF" -n rwhois-st
cd ..
rm -rf "$PR_REF"
echo "server obs.tld.ee
Expand Down

0 comments on commit 5af7808

Please sign in to comment.