We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e104e7f commit 2cebab0Copy full SHA for 2cebab0
.circleci/run.sh
@@ -68,7 +68,7 @@ setup_repos()
68
# Set a default in case we run into rate limit restrictions
69
local base_branch=""
70
if [ -n "${CIRCLE_PR_NUMBER:-}" ]; then
71
- base_branch=$((curl -fsSL https://api.github.com/repos/dlang/phobos/pulls/$CIRCLE_PR_NUMBER || echo) | jq -r '.base.ref')
+ base_branch=$((curl -fsSL https://api.github.com/repos/dlang/dlang.org/pulls/$CIRCLE_PR_NUMBER || echo) | jq -r '.base.ref')
72
else
73
base_branch=$CIRCLE_BRANCH
74
fi
0 commit comments