Skip to content

Commit

Permalink
fixup! feat(SYNC-MODULES): Add modules syncronization with le-tf-infr…
Browse files Browse the repository at this point in the history
…a-aws repo
  • Loading branch information
renemontilva committed Nov 17, 2024
1 parent 7e0b53e commit 056608c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/sync-modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
path: ${{ github.workspace }}
name: template
name: template-${{ github.run_id }}
include-hidden-files: true
management_layer:
runs-on: ubuntu-latest
Expand All @@ -35,22 +35,21 @@ jobs:
- name: Download Workspace
uses: actions/download-artifact@v4
with:
name: template
name: template-${{ github.run_id }}
- name: list files
run: |
pwd
ls -la
- name: Sync modules
run: |
cd le-tf-infra-aws-template
ls -la
chmod +x sync_modules.sh
./sync_modules.sh ../le-tf-infra-aws/${{ matrix.modules[0] }} template/${{ matrix.modules[1] }}
- name: Upload Workspace
uses: actions/upload-artifact@v4
with:
path: ${{ github.workspace }}
name: pull_request
name: template-${{ github.run_id }}
include-hidden-files: true
pull_request:
runs-on: ubuntu-latest
Expand All @@ -59,7 +58,7 @@ jobs:
- name: Download Workspace
uses: actions/download-artifact@v4
with:
name: pull_request
name: template-${{ github.run_id }}
- name: list files
run: |
pwd
Expand Down

0 comments on commit 056608c

Please sign in to comment.