pull/7154/head
Gokhan Gulbiz 2023-08-17 13:57:43 +03:00
parent c77306d26d
commit 4dd0a8aa62
No known key found for this signature in database
GPG Key ID: 608EF06B6BD1B45B
1 changed files with 6 additions and 1 deletions

View File

@ -33,9 +33,11 @@ jobs:
- id: set_build_image_name
run: |
echo "image=${{ env.build_image_name }}:${{ env.pg15_version }}${{ env.image_suffix }}" >> "$GITHUB_OUTPUT"
shell: bash
- id: set_test_image_name
run: |
echo "image=${{ env.test_image_name }}:${{ env.pg15_version }}${{ env.image_suffix }}" >> "$GITHUB_OUTPUT"
shell: bash
build:
name: Build Citus
runs-on: ubuntu-latest
@ -46,7 +48,10 @@ jobs:
steps:
- uses: actions/checkout@v3.5.0
- name: Configure, Build, and Install
run: "./ci/build-citus.sh"
run: |
echo $PG_MAJOR
./ci/build-citus.sh
shell: bash
- uses: actions/upload-artifact@v3.1.1
with:
name: build-${{ env.PG_MAJOR }}