Skip to content

Commit 6d303ad

Browse files
committed
Test commit
1 parent 11ef3e4 commit 6d303ad

File tree

1 file changed

+10
-13
lines changed

1 file changed

+10
-13
lines changed

.github/workflows/pipeline.yml

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -60,25 +60,22 @@ jobs:
6060
steps:
6161
- uses: actions/checkout@v2
6262

63-
- name: "Build the image"
64-
run: docker image build --file .docker/Dockerfile --tag infrastructure:${{ github.sha }} .
63+
# - name: "Build the image"
64+
# run: docker image build --file .docker/Dockerfile --tag infrastructure:${{ github.sha }} .
6565

6666
- name: "Create the volumes"
6767
run: |
6868
docker image ls
6969
docker volume ls
70-
docker volume create aws-provider
71-
docker volume create github-provider
72-
docker volume create heroku-provider
7370
74-
- name: "Initializes terraform"
75-
env:
76-
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
77-
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
78-
GITHUB_COMMIT_SHA: ${{ github.sha }}
79-
run: |
80-
source scripts/utils.sh
81-
init_terraform aws github heroku
71+
# - name: "Initializes terraform"
72+
# env:
73+
# AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
74+
# AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
75+
# GITHUB_COMMIT_SHA: ${{ github.sha }}
76+
# run: |
77+
# source scripts/utils.sh
78+
# init_terraform aws github heroku
8279

8380
# - name: "Generate terraform plan"
8481
# env:

0 commit comments

Comments
 (0)