Skip to content

Commit

Permalink
add environment var help to publish()
Browse files Browse the repository at this point in the history
  • Loading branch information
Someguy123 committed Oct 16, 2019
1 parent 72e43ee commit e844e89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1084,6 +1084,7 @@ sb_clean() {
publish() {
if (( $# < 2 )); then
msg green "Usage: $0 publish [mira|nomira] [version] (extratag def: latest)"
msg yellow "Environment vars:\n\tMAIN_TAG - Override the primary tag (default: someguy123/steem:\$V)\n"
return 1
fi
MKMIRA="$1"
Expand Down

0 comments on commit e844e89

Please sign in to comment.