Skip to content

Commit

Permalink
Update BASE_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
baransu committed Jan 10, 2019
1 parent d119893 commit b6a8be8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/download_binaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if [ -z "$TRAVIS_TAG" ]; then
exit 0
fi

BASE_URL=https://github.com/mhallin/graphql_ppx/releases/download/$TRAVIS_TAG/graphql_ppx-
BASE_URL=https://github.com/baransu/graphql_ppx/releases/download/$TRAVIS_TAG/graphql_ppx-

mkdir -p bin

Expand Down
2 changes: 1 addition & 1 deletion ci/wait_for_builds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if [ -z "$TRAVIS_TAG" ]; then
fi

CURL="curl -ifs"
BASE_URL=https://github.com/mhallin/graphql_ppx/releases/download/$TRAVIS_TAG/graphql_ppx-
BASE_URL=https://github.com/baransu/graphql_ppx/releases/download/$TRAVIS_TAG/graphql_ppx-
START_TIME=$(date "+%s")

## Wait at most 30 minutes for all platform binaries to be ready
Expand Down

0 comments on commit b6a8be8

Please sign in to comment.