Skip to content

Commit

Permalink
Temporarily updates build-package pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
sedagundogdu committed Jan 23, 2025
1 parent f9f55da commit 426e656
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ jobs:

- name: Clone tools repo for test
run: git clone -b ubuntu_noble_support --depth=1 https://github.com/citusdata/tools.git tools

- name: Push images
run: |
export CURRENT_BRANCH=${GITHUB_REF##*/}
./ci/push_images
- name: Execute packaging tests
run: |
Expand All @@ -88,10 +93,7 @@ jobs:
env:
PACKAGING_IMAGE_PLATFORM: "${{matrix.TARGET_PLATFORM}}"

- name: Push images
run: |
export CURRENT_BRANCH=${GITHUB_REF##*/}
./ci/push_images

env:
TARGET_PLATFORM: ${{ matrix.TARGET_PLATFORM }}
POSTGRES_VERSION: ${{ matrix.POSTGRES_VERSION }}

0 comments on commit 426e656

Please sign in to comment.