We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d0da41 commit 19b8e98Copy full SHA for 19b8e98
docker/docker-compose.yaml
@@ -15,24 +15,14 @@ services:
15
build:
16
context: .
17
dockerfile: Dockerfile
18
- # Note: This temporary step creates a gitconfig to use SSH for a dependency
19
- # that is not yet public. This can be removed once it is public.
20
- command: git config --global url."git@github.com:apple/swift-openapi-runtime".insteadOf "https://github.com/apple/swift-openapi-runtime"
21
- volumes:
22
- - ci-gitconfig:/ci-gitconfig
23
- environment:
24
- - GIT_CONFIG_GLOBAL=/ci-gitconfig/gitconfig
25
26
common: &common
27
image: *image
28
depends_on: [runtime-setup]
29
volumes:
30
- ~/.ssh:/root/.ssh
31
- ..:/code:z
32
33
working_dir: /code
34
35
36
37
soundness:
38
<<: *common
@@ -46,5 +36,3 @@ services:
46
47
entrypoint: /bin/bash
48
49
-volumes:
50
- ci-gitconfig:
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments