File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- develop
7
+ - da/fix-release
7
8
workflow_dispatch :
8
9
9
10
jobs :
@@ -15,10 +16,10 @@ jobs:
15
16
- name : Checkout Repo
16
17
uses : actions/checkout@v2
17
18
18
- - name : Build AMI
19
- run : |
20
- GIT_SHA=${{github.sha}}
21
- packer build -var "git-head-version=${GIT_SHA}" -var "packer-execution-id=${GITHUB_RUN_ID}" -var-file="development-arm.vars.pkr.hcl" -var-file="common.vars.pkr.hcl" amazon-arm64.pkr.hcl
19
+ # - name: Build AMI
20
+ # run: |
21
+ # GIT_SHA=${{github.sha}}
22
+ # packer build -var "git-head-version=${GIT_SHA}" -var "packer-execution-id=${GITHUB_RUN_ID}" -var-file="development-arm.vars.pkr.hcl" -var-file="common.vars.pkr.hcl" amazon-arm64.pkr.hcl
22
23
23
24
- name : Grab release version
24
25
id : process_release_version
You can’t perform that action at this time.
0 commit comments