Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
k-rister committed Nov 3, 2024
1 parent 703b5c8 commit 8c40ba0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crucible-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -442,9 +442,11 @@ done

# --release conflicts with --git-repo or --git-branch
if [ -n "${GIT_TAG}" ]; then
set -x
if [ -n "${GIT_REPO}" -a "${GIT_REPO}" != "${DEFAULT_GIT_REPO}" ]; then
exit_error "Only default repo is supported for installing a release." $EC_RELEASE_DEFAULT_REPO_ONLY
fi
set +x
if [ -n "${GIT_BRANCH}" ]; then
exit_error "Cannot install from release and specify '--git-branch'." $EC_RELEASE_CONFLICTS_WITH_BRANCH
fi
Expand Down

0 comments on commit 8c40ba0

Please sign in to comment.