Skip to content

Commit

Permalink
feat: change download url of pegasus tools (apache#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
levy5307 authored Feb 24, 2022
1 parent 5e297d4 commit fd2c32a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ on:
branches:
- master
- 'v[0-9]+.*' # release branch
- '*dev' # developing branch
workflow_dispatch:

defaults:
Expand Down
5 changes: 3 additions & 2 deletions scripts/ci-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ shellcheck_must_pass ./scripts/ci-test.sh

# The new version of pegasus client is not compatible with old version server which contains old rpc protocol,
# So we use snapshot version of pegasus-tools, because we don`t have a new release version, which contains the new version of rpc protocol,
PEGASUS_PKG="pegasus-tools-2.0.0-5d969e8-glibc2.12-release"
PEGASUS_PKG_URL="https://github.com/apache/incubator-pegasus/releases/download/v2.0.0/pegasus-tools-2.0.0-5d969e8-glibc2.12-release.tar.gz"
# TODO: This is a temp url. We will change it later.
PEGASUS_PKG="pegasus-tools-2.1.SNAPSHOT-dc4c710-glibc2.17-release"
PEGASUS_PKG_URL="https://github.com/levy5307/pegasus-tools/raw/master/pegasus-tools-2.1.SNAPSHOT-dc4c710-glibc2.17-release.tar.gz"

# check format
if ! mvn spotless:check
Expand Down

0 comments on commit fd2c32a

Please sign in to comment.