Skip to content

Commit

Permalink
chore: tbs
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaklygin committed Jul 13, 2023
1 parent 8827da8 commit 46c9591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-jira-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Check ENV Variables
run: |
requiredVars=("GITHUB_TOKEN" "CLIENT_ID" "CLIENT_SECRET" "JIRA_BASE_URL" "OWNER" "REPO" "ENV_NAME" "BASE_REF" "HEAD_REF")
allSet=true
for req in ${requiredVars[@]}; do
if [ -z "${!req}" ]; then
echo "Reqired variable '${req}' is blank or not defined"
Expand Down

0 comments on commit 46c9591

Please sign in to comment.