We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5115ec9 commit eb9e987Copy full SHA for eb9e987
test/canary/canary.buildspec.yaml
@@ -11,10 +11,10 @@ phases:
11
# - docker pull ${ECR_CACHE_URI}:latest --quiet || true
12
13
# Build test image
14
- - >
15
- docker build -f ./test/canary/Dockerfile.canary . -t ${ECR_CACHE_URI}:latest
16
- --build-arg SERVICE="${SERVICE##*/}" --quiet
17
- || echo "Docker Build Failed" || true
+ # - >
+ # docker build -f ./test/canary/Dockerfile.canary . -t ${ECR_CACHE_URI}:latest
+ # --build-arg SERVICE="${SERVICE##*/}" --quiet
+ # || echo "Docker Build Failed" || true
18
build:
19
commands:
20
# Run tests
0 commit comments