Merge pull request 'fix: deploy job cant pull master' (#30) from benvin/deploy_job_fix into master
Deploy / build (push) Failing after 2m9s
Deploy / build (push) Failing after 2m9s
Reviewed-on: #30
This commit was merged in pull request #30.
This commit is contained in:
@@ -19,14 +19,6 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Fetch master branch
|
||||
run: |
|
||||
git fetch origin master:master
|
||||
|
||||
- name: Show changed files
|
||||
run: |
|
||||
git diff --name-only master
|
||||
|
||||
- name: Run Terraform Apply
|
||||
env:
|
||||
VAULT_ROLEID: ${{ secrets.TERRAFORM_INCUS_VAULT_ROLEID }}
|
||||
|
||||
Reference in New Issue
Block a user