Skip to content

Commit

Permalink
Fix ABI test pipeline (#967)
Browse files Browse the repository at this point in the history
The repository to compare with is changed to Arenadata fork.
  • Loading branch information
RekGRpth committed Jun 5, 2024
1 parent f2be3f9 commit 0f4ebf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/greenplum-abi-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Get Greenplum version variables
id: vars
run: |
remote_repo='https://github.com/greenplum-db/gpdb.git'
remote_repo='https://github.com/arenadata/gpdb.git'
git ls-remote --tags --refs --sort='v:refname' $remote_repo '7.*' | grep -v '-' | tail -n 1 > baseline_version_ref
baseline_ref=$(cat baseline_version_ref | awk '{print $1}')
baseline_version=$(cat baseline_version_ref | awk '{print $2}')
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
- build-latest
include:
- name: build-baseline
repo: greenplum-db/gpdb
repo: arenadata/gpdb
ref: ${{ needs.abi-dump-setup.outputs.BASELINE_VERSION }}
- name: build-latest
repo: ${{ github.repository }}
Expand Down

0 comments on commit 0f4ebf6

Please sign in to comment.