Skip to content

Commit

Permalink
ROX-13648: check out full history (#647)
Browse files Browse the repository at this point in the history
  • Loading branch information
porridge authored Dec 8, 2022
1 parent 6dc1858 commit 2826f61
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
go-version: "1.18"
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0 # Critical for correct image detection in deploy script
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1-node16
with:
Expand Down Expand Up @@ -49,6 +51,8 @@ jobs:
go-version: "1.18"
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0 # Critical for correct image detection in deploy script
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1-node16
with:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/deploy-stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
go-version: "1.18"
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0 # Critical for correct image detection in deploy script
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1-node16
with:
Expand Down Expand Up @@ -49,6 +51,8 @@ jobs:
go-version: "1.18"
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0 # Critical for correct image detection in deploy script
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1-node16
with:
Expand Down

0 comments on commit 2826f61

Please sign in to comment.