Skip to content

Commit

Permalink
Update current feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Feb 1, 2024
1 parent 98effde commit ee97822
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ EOD
}

suffix=""
tmp_registry=""

# get the options
while getopts hs: c ; do
Expand All @@ -50,9 +51,6 @@ while getopts hs: c ; do
done
shift `expr $OPTIND - 1`


# TODO use error code for anormal exit
# --check should return true or false
$(ciux get image --check $PWD --suffix "$suffix" --tmp-registry "$tmp_registry" --env)

if [ $CIUX_BUILD = false ];
Expand Down

0 comments on commit ee97822

Please sign in to comment.