We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6646f15 commit 0e46b77Copy full SHA for 0e46b77
.github/workflows/ami-release.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
branches:
6
- develop
7
+ - da/fix-release
8
workflow_dispatch:
9
10
jobs:
@@ -15,10 +16,10 @@ jobs:
15
16
- name: Checkout Repo
17
uses: actions/checkout@v2
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
+ # - name: Build AMI
+ # run: |
+ # 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
23
24
- name: Grab release version
25
id: process_release_version
0 commit comments