summaryrefslogtreecommitdiffstats
path: root/kubernetes/contrib/tools/check-for-staging-images.sh
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes/contrib/tools/check-for-staging-images.sh')
-rwxr-xr-xkubernetes/contrib/tools/check-for-staging-images.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/contrib/tools/check-for-staging-images.sh b/kubernetes/contrib/tools/check-for-staging-images.sh
index ce51b30b58..8c01312fa2 100755
--- a/kubernetes/contrib/tools/check-for-staging-images.sh
+++ b/kubernetes/contrib/tools/check-for-staging-images.sh
@@ -16,7 +16,7 @@
BASE_URL="https://nexus3.onap.org/repository/docker.release"
-if [ "$GERRIT_BRANCH" == "staging" ]; then
+if [ "$GERRIT_BRANCH" = "staging" ]; then
exit 0
fi