revert 2 testing commits to replace with real commit from develop
This commit is contained in:
+2
-2
@@ -34,7 +34,7 @@ elif [[ "${#BUILDKITE_BRANCH_ARRAY[@]}" == "2" ]]; then
|
|||||||
fi
|
fi
|
||||||
# Try the target branch of the push or PR.
|
# Try the target branch of the push or PR.
|
||||||
clone $deforg $defrepo $BUILDKITE_PULL_REQUEST_BASE_BRANCH
|
clone $deforg $defrepo $BUILDKITE_PULL_REQUEST_BASE_BRANCH
|
||||||
# Try HEAD which is set by Netlify
|
# Try the current branch from Jenkins.
|
||||||
clone $deforg $defrepo $HEAD
|
clone $deforg $defrepo `"echo $GIT_BRANCH" | sed -e 's/^origin\///'`
|
||||||
# Use the default branch as the last resort.
|
# Use the default branch as the last resort.
|
||||||
clone $deforg $defrepo $defbranch
|
clone $deforg $defrepo $defbranch
|
||||||
|
|||||||
Reference in New Issue
Block a user