Skip to content

Commit

Permalink
Merge pull request #303 from bcgov/new-tag
Browse files Browse the repository at this point in the history
space typo in bash script
  • Loading branch information
akroon3r authored Jul 7, 2022
2 parents d54cdc9 + ba731c3 commit 7b6eb90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/helpers/application-health.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# script to watch deployment of deployment config in a given namespace to ensure it is healthy and works

if [-z "$IMAGE_TAG"]
if [ -z "$IMAGE_TAG" ]
then
oc rollout status -n $NAMESPACE dc/$APPLICATION_NAME --watch
else
Expand Down

0 comments on commit 7b6eb90

Please sign in to comment.