Skip to content

Commit 19b8e98

Browse files
authored
CI: remove temporary gitconfig workaround (#5)
### Motivation The repo is public now. There is no need for the workaround anymore. ### Modifications Remove gitconfig workaround added in #3
1 parent 5d0da41 commit 19b8e98

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

Diff for: docker/docker-compose.yaml

-12
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)