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 b7606d0 commit 8895171Copy full SHA for 8895171
1 file changed
concourse/ci.yml
@@ -1,3 +1,4 @@
1
+---
2
resources:
3
- name: resource-repo
4
type: git
@@ -69,7 +70,7 @@ jobs:
69
70
if [[ "((env))" == "prod" ]]; then
71
tag=$(curl "https://api.github.com/repos/ONS-Innovation/github-repository-archive-script/releases" | jq -r '.[0].tag_name')
72
export tag
- else
73
+ else
74
export tag=((tag))
75
fi
76
chmod u+x ./resource-repo/concourse/scripts/terraform_infra.sh
0 commit comments