Skip to content

Commit

Permalink
fix: implemention of run_e2e_test script [skip app] [skip tests]
Browse files Browse the repository at this point in the history
  • Loading branch information
tristan-greffe committed Mar 28, 2024
1 parent 6fa2f4c commit 425ff30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_e2e_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ DOCKER_BUILDKIT=1 docker build \
--build-arg NODE_APP_INSTANCE="$FLAVOR" \
--build-arg SUBDOMAIN="$FLAVOR.kalisio.xyz" \
--build-arg HEADLESS=true \
--build-arg SLACK_WEBHOOK_APPS="$SLACK_WEBHOOK_APPS"
--build-arg SLACK_WEBHOOK_APPS="$SLACK_WEBHOOK_APPS" \
-f e2e-tests.Dockerfile \
-t "$IMAGE_NAME:$IMAGE_TAG" \
"$WORKSPACE_DIR"
Expand Down

0 comments on commit 425ff30

Please sign in to comment.