Skip to content

Commit

Permalink
Moved the download files from repo
Browse files Browse the repository at this point in the history
  • Loading branch information
silviucalin committed Jan 15, 2024
1 parent 7d4b59b commit 9a6fa3b
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/generate-blueprints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,19 @@ jobs:
run: |
mkdir -p aws-rds/aws-modules-rds/tools
shell: bash

- name: build docker image
working-directory: aws-rds/aws-modules-rds/tools
run: |
docker build -t scaffold:latest .
shell: bash

- name: Download latest Core module
run: |
curl -L https://github.com/dfds/terraform-aws-rds/archive/refs/tags/0.14.1.tar.gz > terraform-aws-rds.tar.gz
tar -xf terraform-aws-rds.tar.gz ; mv terraform-aws-rds-0.14.1 aws-modules-rds ; rm -rf terraform-aws-rds.tar.gz
ls -al .
shell: bash

- name: build docker image
working-directory: aws-rds/aws-modules-rds/tools
run: |
docker build -t scaffold:latest .
shell: bash

- name: Run script
run: |
input=$(pwd)/aws-rds/aws-modules-rds/
Expand Down

0 comments on commit 9a6fa3b

Please sign in to comment.