Skip to content

Commit 8895171

Browse files
committed
fix yaml
1 parent b7606d0 commit 8895171

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

concourse/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
resources:
23
- name: resource-repo
34
type: git
@@ -69,7 +70,7 @@ jobs:
6970
if [[ "((env))" == "prod" ]]; then
7071
tag=$(curl "https://api.github.com/repos/ONS-Innovation/github-repository-archive-script/releases" | jq -r '.[0].tag_name')
7172
export tag
72-
else
73+
else
7374
export tag=((tag))
7475
fi
7576
chmod u+x ./resource-repo/concourse/scripts/terraform_infra.sh

0 commit comments

Comments
 (0)