Skip to content

Commit

Permalink
point downstream tests to special branches
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfikl committed Mar 5, 2022
1 parent 013a450 commit e898e5d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,12 @@ jobs:
curl -L -O https://tiker.net/ci-support-v0
. ./ci-support-v0
git clone "https://github.com/inducer/$DOWNSTREAM_PROJECT.git"
if [[ "$DOWNSTREAM_PROJECT" = "loopy" || "$DOWNSTREAM_PROJECT" = "pytential" ]] && [[ "$GITHUB_HEAD_REF" = "equality-mapper" ]]; then
git clone "https://github.com/alexfikl/$DOWNSTREAM_PROJECT.git" -b "equality-mapper"
else
git clone "https://github.com/inducer/$DOWNSTREAM_PROJECT.git"
fi
cd "$DOWNSTREAM_PROJECT"
echo "*** $DOWNSTREAM_PROJECT version: $(git rev-parse --short HEAD)"
Expand Down

0 comments on commit e898e5d

Please sign in to comment.