File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
15
15
- name : Checkout Repo
16
16
uses : actions/checkout@v2
17
17
18
- - name : Build AMI
19
- run : |
20
- GIT_SHA=$(git rev-parse HEAD)
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
18
+ # - name: Build AMI
19
+ # run: |
20
+ # GIT_SHA=$(git rev-parse HEAD)
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
22
22
23
23
- name : Grab release version
24
24
id : process_release_version
Original file line number Diff line number Diff line change 1
- postgres-version = " 15.1.0.33 "
1
+ postgres-version = " 15.1.0.34-rc0 "
You can’t perform that action at this time.
0 commit comments