Skip to content

Commit 2cbdbf5

Browse files
authored
Merge pull request #821 from fluxcd/int-set-env-vars
workflows/integration-*: set git and oci env vars
2 parents 402f6cd + eae8e64 commit 2cbdbf5

3 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/integration-aws.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
cat > .env <<EOF
4242
export TF_VAR_rand=${RANDOM}
4343
export TF_VAR_tags='{"environment"="github", "ci"="true", "repo"="pkg", "createdat"="$(date -u +x%Y-%m-%d_%Hh%Mm%Ss)"}'
44+
export TF_VAR_enable_oci=true
4445
EOF
4546
- name: Print .env for dynamic tag value reference
4647
run: cat .env

.github/workflows/integration-azure.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
run: |
4242
cat > .env <<EOF
4343
export TF_VAR_tags='{"environment"="github", "ci"="true", "repo"="pkg", "createdat"="$(date -u +x%Y-%m-%d_%Hh%Mm%Ss)"}'
44+
export TF_VAR_enable_git=true
45+
export TF_VAR_enable_oci=true
4446
EOF
4547
- name: Print .env for dynamic tag value reference
4648
run: cat .env

.github/workflows/integration-gcp.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
run: |
5858
cat > .env <<EOF
5959
export TF_VAR_tags='{"environment"="github", "ci"="true", "repo"="pkg", "createdat"="$(date -u +x%Y-%m-%d_%Hh%Mm%Ss)"}'
60+
export TF_VAR_enable_oci=true
6061
EOF
6162
- name: Print .env for dynamic tag value reference
6263
run: cat .env

0 commit comments

Comments
 (0)