Skip to content

Commit eb9e987

Browse files
committed
disable buildspec
1 parent 5115ec9 commit eb9e987

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/canary/canary.buildspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ phases:
1111
# - docker pull ${ECR_CACHE_URI}:latest --quiet || true
1212

1313
# 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
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
1818
build:
1919
commands:
2020
# Run tests

0 commit comments

Comments
 (0)