We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51ce563 commit d244157Copy full SHA for d244157
k8s/test.sh
@@ -34,7 +34,7 @@ REFINERY_DEPLOYMENT_NAME="refinery-gateway"
34
REFINERY_POD_EXISTING_IMAGE=$(kubectl get pod --output json \
35
--selector app=${REFINERY_DEPLOYMENT_NAME} \
36
| jq -r '.items[0] | .spec.containers[0].image')
37
-REFINERY_IMAGE_TAG_EXISTS=$(az acr repository show --name ${AZURE_CONTAINER_REGISTRY} --image ${REFINERY_DEPLOYMENT_NAME}:${TEST_IMAGE_TAG} 2> /dev/null)
+REFINERY_IMAGE_TAG_EXISTS=$(az acr repository show --name ${AZURE_CONTAINER_REGISTRY} --image ${REFINERY_DEPLOYMENT_NAME}:${TEST_IMAGE_TAG} 2> /dev/null || true)
38
39
40
if [ "$ENABLE_ALEMBIC_MIGRATIONS" = "true" ]; then
0 commit comments