Skip to content

Commit c2fd2d3

Browse files
authored
Update quickstart-edge-starter-sample-app.sh
1 parent 9fee4b8 commit c2fd2d3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

scripts/quickstart-edge-starter-sample-app.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,6 @@ if [[ "$BUILD_APP" == "true" ]]; then
154154
docker build --no-cache -t "$DOCKER_ORG/$DOCKER_STACK_NAME:latest" -t "$DOCKER_ORG/$DOCKER_STACK_NAME:$dockerVersion" -f ./Dockerfile . --build-arg http_proxy --build-arg https_proxy --build-arg no_proxy
155155
cd ../..
156156
fi
157-
158-
docker service ls
159-
echo ""
160-
echo ""
161-
docker network ls
162157
########### custom logic ends here ###########
163158

164159
echo "quickstart_args=$QUICKSTART_ARGS"

0 commit comments

Comments
 (0)