mirror of https://github.com/citusdata/citus.git
Add PG_MAJOR as Github Env Var
parent
4dd0a8aa62
commit
5afb9a1496
|
@ -49,7 +49,7 @@ jobs:
|
||||||
- uses: actions/checkout@v3.5.0
|
- uses: actions/checkout@v3.5.0
|
||||||
- name: Configure, Build, and Install
|
- name: Configure, Build, and Install
|
||||||
run: |
|
run: |
|
||||||
echo $PG_MAJOR
|
echo "PG_MAJOR=${PG_MAJOR}" >> $GITHUB_ENV
|
||||||
./ci/build-citus.sh
|
./ci/build-citus.sh
|
||||||
shell: bash
|
shell: bash
|
||||||
- uses: actions/upload-artifact@v3.1.1
|
- uses: actions/upload-artifact@v3.1.1
|
||||||
|
|
Loading…
Reference in New Issue