Skip to content

Commit

Permalink
Clean...
Browse files Browse the repository at this point in the history
  • Loading branch information
C24Be committed Apr 22, 2024
1 parent acab4c6 commit 73a68a7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/stg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ jobs:
shell: bash

steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/get_terraform_shared_library_aws
- uses: ./shared/actions/all/gitCommitHash
- uses: ./shared/actions/all/gcpAuth
- uses: ./shared/actions/all/gcpAuthDocker
- uses: jlumbroso/free-disk-space@main
with:
tool-cache: true
Expand All @@ -46,6 +41,11 @@ jobs:
haskell: true
large-packages: true
swap-storage: true
- uses: actions/checkout@v4
- uses: ./.github/actions/get_terraform_shared_library_aws
- uses: ./shared/actions/all/gitCommitHash
- uses: ./shared/actions/all/gcpAuth
- uses: ./shared/actions/all/gcpAuthDocker
- uses: ./shared/actions/all/dockerBuildPush
env:
IMAGE_NAME: ${{ env.PROJECT }}-${{ env.APPLICATION }}

0 comments on commit 73a68a7

Please sign in to comment.