Skip to content

Commit

Permalink
Update set-pipeline.sh help.
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-at-work committed Dec 3, 2020
1 parent 62228ab commit ed6e6b8
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions ci/set-pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
# See the License for the specific language governing permissions and
# limitations under the License.

set -xeuo pipefail
set -euo pipefail

function printHelp() {
cat << EOF
$0 Usage:
Sets Concourse pipeline for Geode Native builds.
Sets Concourse pipelines for Geode Native builds.
Options:
Parameter Description Default
Expand All @@ -33,7 +33,18 @@ Parameter Description Default
--google-storage-key Google Compute Storage key prefix. Based on pipeline value.
--fly Path to fly executable. "fly"
--ytt Path to ytt executable. "ytt"
--variants Pipeline variants of publish. Both release and pr.
--output Rendered pipeline files directory. Temporary directory.
Example:
\$ $0 --target=my-target --google-zone=my-zone
Environment Variables:
All options can be specified via environment variables where hyphens (-) are replaced with underscore (_).
Example:
\$ target=my-target google_zone=my-zone $0
EOF
}

Expand Down

0 comments on commit ed6e6b8

Please sign in to comment.