Skip to content

Commit 4769e3e

Browse files
Short-circuit old CI in Docker Compose command
1 parent 0137ed1 commit 4769e3e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker/docker-compose.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,22 +26,22 @@ services:
2626

2727
soundness:
2828
<<: *common
29-
command: /bin/bash -xcl "swift -version && uname -a && ./scripts/soundness.sh"
29+
command: echo "skipping; moved to Github Actions"
3030

3131
test:
3232
<<: *common
33-
command: /bin/bash -xcl "swift $${SWIFT_TEST_VERB-test} $${WARN_AS_ERROR_ARG-} $${SANITIZER_ARG-} $${IMPORT_CHECK_ARG-} $${STRICT_CONCURRENCY_ARG-}"
33+
command: echo "skipping; moved to Github Actions"
3434

3535
shell:
3636
<<: *common
3737
entrypoint: /bin/bash
3838

3939
integration-test:
4040
<<: *common
41-
command: /bin/bash -xcl "swift -version && uname -a && bash ./scripts/run-integration-test.sh"
41+
command: echo "skipping; moved to Github Actions"
4242

4343
docc-test:
4444
<<: *common
45-
command: /bin/bash -xcl "swift -version && uname -a && bash ./scripts/check-for-docc-warnings.sh"
45+
command: echo "skipping; moved to Github Actions"
4646
environment:
4747
DOCC_TARGET: OpenAPIRuntime

0 commit comments

Comments
 (0)