File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -15,24 +15,14 @@ services:
1515 build :
1616 context : .
1717 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
2518
2619 common : &common
2720 image : *image
2821 depends_on : [runtime-setup]
2922 volumes :
3023 - ~/.ssh:/root/.ssh
3124 - ..:/code:z
32- - ci-gitconfig:/ci-gitconfig
3325 working_dir : /code
34- environment :
35- - GIT_CONFIG_GLOBAL=/ci-gitconfig/gitconfig
3626
3727 soundness :
3828 << : *common
@@ -46,5 +36,3 @@ services:
4636 << : *common
4737 entrypoint : /bin/bash
4838
49- volumes :
50- ci-gitconfig :
You can’t perform that action at this time.
0 commit comments