Skip to content

Commit

Permalink
ci(test): test display name
Browse files Browse the repository at this point in the history
  • Loading branch information
Neeptossss committed Nov 29, 2023
1 parent 0aa875f commit d639959
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ NAME=$2
image_name=$DOCKER_REGISTRY/whanos/whanos-$NAME-$LANGUAGE

if [[ -f Dockerfile ]]; then
docker build . -t "$image_name"
docker build . -t "$image_name" - < /whanos/images/"${LANGUAGE}"/Dockerfile.base
else
docker build . \
-f /images/"${LANGUAGE}"/Dockerfile.standalone \
-f /whanos/images/"${LANGUAGE}"/Dockerfile.standalone \
-t "$image_name"
fi

Expand Down
1 change: 1 addition & 0 deletions scripts/whanos.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
DISPLAY_NAME=$1
echo "DISPLAY_NAME: $DISPLAY_NAME"

# Install docker-cli
./install_dockercli.sh
Expand Down

0 comments on commit d639959

Please sign in to comment.