Skip to content

Commit

Permalink
Create test workflow to test deployment annotation before merging
Browse files Browse the repository at this point in the history
Signed-off-by: haroldsphinx <[email protected]>
  • Loading branch information
haroldsphinx committed Sep 11, 2023
1 parent a679464 commit 4e187f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-deployment-annotation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: Set Annotation Variables
run: |
echo "CURR_DATE_TIME=$(($(date +%s)))" >> $GITHUB_ENV
echo "CURR_DATE_TIME=$(date +%s)" >> $GITHUB_ENV
echo "RELEASE_VERSION=$(git tag --sort=committerdate | grep -E '^v[0-9]' | tail -1 )" >> $GITHUB_ENV
echo "CLUSTER_NAME=CANARY_GOERLI_1, CANARY_GOERLI_2" >> $GITHUB_ENV
Expand Down

0 comments on commit 4e187f9

Please sign in to comment.