Merge pull request #208 from cloud-neutral-workshop/codex/fix-invalid-workflow-file-syntax
Fix bootstrap config path expression
This commit is contained in:
commit
b125e72333
@ -35,7 +35,7 @@ env:
|
|||||||
TG_VERSION: 0.67.14
|
TG_VERSION: 0.67.14
|
||||||
GITOPS_REPO_ROOT: gitops
|
GITOPS_REPO_ROOT: gitops
|
||||||
GITOPS_BOOTSTRAP_CONFIG: ${{ github.event.inputs.gitops_bootstrap_config || 'config/xzerolab/sit/aws-cloud/account/bootstrap.yaml' }}
|
GITOPS_BOOTSTRAP_CONFIG: ${{ github.event.inputs.gitops_bootstrap_config || 'config/xzerolab/sit/aws-cloud/account/bootstrap.yaml' }}
|
||||||
BOOTSTRAP_CONFIG_PATH: ${{ env.TG_ROOT }}/${{ env.GITOPS_REPO_ROOT}}/${{ env.GITOPS_BOOTSTRAP_CONFIG) }}
|
BOOTSTRAP_CONFIG_PATH: terraform-hcl-standard/aws-cloud/bootstrap/gitops/${{ github.event.inputs.gitops_bootstrap_config || 'config/xzerolab/sit/aws-cloud/account/bootstrap.yaml' }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
bootstrap:
|
bootstrap:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user