Skip to content

Commit

Permalink
DEBUG -- DO_NOT_MERGE
Browse files Browse the repository at this point in the history
  • Loading branch information
k-rister committed Sep 24, 2024
1 parent 6cf67cf commit bee050a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/install-crucible/install-crucible.sh
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,10 @@ if [ "${CI_TARGET}" != "none" -a "${CI_TARGET_DIR}" != "none" ]; then
echo "ERROR: ${1}"
exit 1
}
set -x
jq_update ${REPO_FILE} ${CI_TARGET}:primary-branch --arg repository "$CI_TARGET}" --arg primary_branch "HEAD" '(.official[] | select(.name == $repository) | ."primary-branch") |= $primary_branch'
jq_update ${REPO_FILE} ${CI_TARGET}:checkout.target --arg repository "$CI_TARGET}" --arg checkout_target "HEAD" '(.official[] | select(.name == $repository) | .checkout.target) |= $checkout_target'
set +x

popd > /dev/null
else
Expand Down

0 comments on commit bee050a

Please sign in to comment.