Skip to content

Commit

Permalink
s3push flag
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed Feb 5, 2024
1 parent 2244946 commit 288fb84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/fresh_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ EMAIL=0
S3PUSH=0
export JAVA_RELEASE=${JAVA_RELEASE:-8}

while getopts "B:C:m:p:t:w:j:heD" flag
while getopts "B:C:m:p:t:w:j:hesD" flag
do
case "${flag}" in
B) MD_BRANCH=${OPTARG};;
Expand Down

0 comments on commit 288fb84

Please sign in to comment.