Fix release

This commit is contained in:
Jay Sharma
2023-10-11 23:16:23 +05:30
parent 59d10dd28c
commit 8fc5d3a22b
2 changed files with 2 additions and 2 deletions

View File

@@ -239,7 +239,7 @@ pipelines:
name: "plan for the release and tag the given version."
image: atlassian/pipelines-awscli
script:
- chmod 755 ./validation.sh && ./validation.sh default
#- chmod 755 ./validation.sh && ./validation.sh default
- echo "make sure that release version file and plan has been added to the release repo"
- source release
- export MANIFEST=$(aws ecr batch-get-image --repository-name medicalalert-web --image-ids imageTag=$VERSION --output json | jq --raw-output --join-output '.images[0].imageManifest')