Skip to content
Snippets Groups Projects
Commit 00f47211 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Arranged deploy_in_kubernetes.sh script

parent f9804df8
No related branches found
No related tags found
2 merge requests!54Release 2.0.0,!4Compute component:
...@@ -81,7 +81,7 @@ for COMPONENT in $COMPONENTS; do ...@@ -81,7 +81,7 @@ for COMPONENT in $COMPONENTS; do
if [ "$COMPONENT" == "automation" ] || [ "$COMPONENT" == "policy" ]; then if [ "$COMPONENT" == "automation" ] || [ "$COMPONENT" == "policy" ]; then
docker build -t "$IMAGE_NAME" -f ./src/"$COMPONENT"/Dockerfile ./src/"$COMPONENT"/ > "$BUILD_LOG" docker build -t "$IMAGE_NAME" -f ./src/"$COMPONENT"/Dockerfile ./src/"$COMPONENT"/ > "$BUILD_LOG"
else else
docker build -t "$IMAGE_NAME" -f ./src/"$COMPONENT"/Dockerfile ./src/ > "$BUILD_LOG" docker build -t "$IMAGE_NAME" -f ./src/"$COMPONENT"/Dockerfile . > "$BUILD_LOG"
fi fi
if [ -n "$REGISTRY_IMAGE" ]; then if [ -n "$REGISTRY_IMAGE" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment