File tree 1 file changed +0
-12
lines changed
1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -15,24 +15,14 @@ services:
15
15
build :
16
16
context : .
17
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."[email protected] :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
18
26
19
common : &common
27
20
image : *image
28
21
depends_on : [runtime-setup]
29
22
volumes :
30
23
- ~/.ssh:/root/.ssh
31
24
- ..:/code:z
32
- - ci-gitconfig:/ci-gitconfig
33
25
working_dir : /code
34
- environment :
35
- - GIT_CONFIG_GLOBAL=/ci-gitconfig/gitconfig
36
26
37
27
soundness :
38
28
<< : *common
@@ -46,5 +36,3 @@ services:
46
36
<< : *common
47
37
entrypoint : /bin/bash
48
38
49
- volumes :
50
- ci-gitconfig :
You can’t perform that action at this time.
0 commit comments