X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fcontrib%2Ftools%2Fcheck-for-staging-images.sh;h=8c01312fa28205c5c0be4db60c42589dbe116d90;hb=5f4af0525aacf7a13efbbcefeab436b915abc4c8;hp=ce51b30b58bd1d8a730efcafe732fb7c34cf1ecd;hpb=ae7d17938153eae0c5082263dc1dfbd5da746506;p=oom.git 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