Skip to content

Commit

Permalink
TOOLS-2503 launch-build contains a headnode trap for the unwary (#287)
Browse files Browse the repository at this point in the history
Reviewed by: Dan McDonald <danmcd@kebe.com>
  • Loading branch information
Tim Foster authored Jan 28, 2021
1 parent 9766c1a commit 9fcecd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/releng/launch-build
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#

#
# Copyright 2020 Joyent, Inc.
# Copyright 2021 Joyent, Inc.
#

#
Expand Down Expand Up @@ -96,7 +96,7 @@ case $PROJECT in
BUILD_PARAM="${BUILD_PARAM},{\"name\": \"ONLY_BUILD_STRAP_CACHE\", \"value\": \"false\"}"
fi
;;
"headnode")
"sdc-headnode"|"headnode")
if [[ -n "$BRANCH" ]]; then
BUILD_PARAM="$(printf '{"name": "CONFIGURE_BRANCHES", "value": "bits-branch: %s"}' "${BRANCH}")"
BUILD_PARAM="${BUILD_PARAM},{\"name\": \"INCLUDE_DEBUG_STAGE\", \"value\": \"true\"}"
Expand Down

0 comments on commit 9fcecd7

Please sign in to comment.