mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-opentofu-private.git
synced 2025-10-27 15:53:06 +00:00
Update .gitea/workflows/ci-test.yaml
This commit is contained in:
@ -39,6 +39,12 @@ jobs:
|
||||
working-directory: infra/iac
|
||||
run: tofu init
|
||||
|
||||
- name: Plan
|
||||
working-directory: infra/iac
|
||||
run: |
|
||||
export BW_SESSION=$(bw login --apikey --raw)
|
||||
echo "BW_SESSION=$BW_SESSION" >> $GITHUB_ENV
|
||||
|
||||
- name: Plan
|
||||
working-directory: infra/iac
|
||||
run: |
|
||||
@ -56,7 +62,6 @@ jobs:
|
||||
name: tofu-plan
|
||||
path: tfplan
|
||||
|
||||
|
||||
- name: Apply
|
||||
working-directory: infra/iac
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user