Skip to content

Commit

Permalink
ci: declare script options
Browse files Browse the repository at this point in the history
  • Loading branch information
robinbourianes-kalisio committed Jul 18, 2024
1 parent 26ee242 commit 343653b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ NODE_VER=$DEFAULT_NODE_VER
DEBIAN_VER=$DEFAULT_DEBIAN_VER
PUBLISH=false
CI_STEP_NAME="Build app"
while getopts "pr:" option; do
while getopts "d:n:pr:" option; do
case $option in
d) # defines debian version
DEBIAN_VER=$OPTARG
Expand Down

0 comments on commit 343653b

Please sign in to comment.