Skip to content

Commit aefe56d

Browse files
committed
chore: test release and tag creation
1 parent cfbf434 commit aefe56d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ami-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
- name: Checkout Repo
1616
uses: actions/checkout@v2
1717

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
2222

2323
- name: Grab release version
2424
id: process_release_version

common.vars.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
postgres-version = "15.1.0.33"
1+
postgres-version = "15.1.0.34-rc0"

0 commit comments

Comments
 (0)