Skip to content

Commit

Permalink
ci: fix path in self managed create test (#2574)
Browse files Browse the repository at this point in the history
* fix path

Signed-off-by: Moritz Sanft <[email protected]>

* fix path in doc

---------

Signed-off-by: Moritz Sanft <[email protected]>
  • Loading branch information
msanft authored Nov 13, 2023
1 parent e918a7a commit ae8025c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/self_managed_create/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runs:
shell: bash
working-directory:
run: |
cp -r ${{ github.workspace }}/cli/internal/terraform/terraform/${{ inputs.cloudProvider }} ${{ github.workspace }}/e2e-infra
cp -r ${{ github.workspace }}/terraform/infrastructure/${{ inputs.cloudProvider }} ${{ github.workspace }}/e2e-infra
cp ${{ github.workspace }}/constellation-conf.yaml ${{ github.workspace }}/e2e-infra
- name: Get CSP image reference
Expand Down
2 changes: 1 addition & 1 deletion terraform/infrastructure/iam/gcp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ You can create the configuration with the following commands:
```sh
mkdir constellation_gcp_iam
cd constellation_gcp_iam
curl --remote-name-all https://raw.githubusercontent.com/edgelesssys/constellation/main/cli/internal/terraform/terraform/iam/gcp/{main.tf,outputs.tf,variables.tf,.terraform.lock.hcl}
curl --remote-name-all https://raw.githubusercontent.com/edgelesssys/constellation/main/terraform/infrastructure/iam/gcp/{main.tf,outputs.tf,variables.tf,.terraform.lock.hcl}
terraform init
terraform apply
```
Expand Down

0 comments on commit ae8025c

Please sign in to comment.