Skip to content

Commit

Permalink
chore: tbs
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaklygin committed Jul 12, 2023
1 parent a3147a9 commit 3d5f302
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-jira-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
)
# Check if CLOUD_ID is empty
if [ -n "$CLOUD_ID" ]; then
if [ -z "$CLOUD_ID" ]; then
echo "Error: CLOUD_ID is empty"
exit 1
fi
Expand All @@ -161,7 +161,7 @@ jobs:
# Check if ACCESS_TOKEN is empty
if [ -n "$ACCESS_TOKEN" ]; then
echo "Error: ACCESS_TOKEN is empty"
echo "Error: ACCESS_TOKEN is empty or null"
exit 1
fi
Expand Down

0 comments on commit 3d5f302

Please sign in to comment.