Skip to content

Commit 4ce9565

Browse files
authored
Overwrite image for docker-compose docs service (#40)
1 parent fce1f7c commit 4ce9565

File tree

5 files changed

+13
-1
lines changed

5 files changed

+13
-1
lines changed

docker/docker-compose.1804.50.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@ services:
1414

1515
shell:
1616
image: swift-distributed-tracing:18.04-5.0
17+
18+
docs:
19+
image: swift-distributed-tracing:18.04-5.0

docker/docker-compose.1804.51.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@ services:
1616

1717
shell:
1818
image: swift-distributed-tracing:18.04-5.1
19+
20+
docs:
21+
image: swift-distributed-tracing:18.04-5.1

docker/docker-compose.1804.52.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@ services:
1616

1717
shell:
1818
image: swift-distributed-tracing:18.04-5.2
19+
20+
docs:
21+
image: swift-distributed-tracing:18.04-5.2

docker/docker-compose.1804.53.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@ services:
1515

1616
shell:
1717
image: swift-distributed-tracing:18.04-5.3
18+
19+
docs:
20+
image: swift-distributed-tracing:18.04-5.3

docker/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ services:
4242
- $SSH_AUTH_SOCK:/tmp/ssh-agent:z
4343
environment: # FIXME: temp while private
4444
- SSH_AUTH_SOCK=/tmp/ssh-agent
45-
- GIT_SSH_COMMAND=ssh -vv -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no
45+
- GIT_SSH_COMMAND=ssh -vv -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no
4646
command: /bin/bash -xcl "swift test -Xswiftc -warnings-as-errors $${SANITIZER_ARG-}"
4747

4848
# util

0 commit comments

Comments
 (0)