Skip to content

Commit

Permalink
feat(atlantis): add echo $USER_NAME to the atlantis helm release
Browse files Browse the repository at this point in the history
  • Loading branch information
tyriis committed Feb 3, 2024
1 parent bd24f98 commit 5bdb21f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ spec:
custom:
plan:
steps:
- run: echo $USER_NAME
- run: if [ $USER_NAME != "tyriis" ]; then echo "NO!" && exit 1; fi
- init
- plan
Expand Down

0 comments on commit 5bdb21f

Please sign in to comment.