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 8, 2024
1 parent bd66a78 commit 5287ce9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@ while getopts hr:s: c ; do
done
shift `expr $OPTIND - 1`

$(ciux get image --check $PWD --suffix "$suffix" --tmp-registry "$tmp_registry" --env)
$(ciux get image --check $DIR --suffix "$suffix" --tmp-registry "$tmp_registry" --env)

if [ $CIUX_BUILD = false ];
then
echo "Build cancelled, image $CIUX_IMAGE_URL already exists and contains current source code"
exit 0
fi

ciux ignite --selector build $PWD --suffix "$suffix"
ciux ignite --selector build $DIR --suffix "$suffix"
. $DIR/conf.sh

if [[ $suffix =~ ^noscience* ]]; then
Expand Down

0 comments on commit 5287ce9

Please sign in to comment.