Skip to content

Commit

Permalink
CI: remove temporary gitconfig workaround (#47)
Browse files Browse the repository at this point in the history
### Motivation

The repo is public now. There is no need for the workaround anymore.

### Modifications

Remove gitconfig workaround added in
#3
  • Loading branch information
yim-lee authored May 30, 2023
1 parent 924814b commit 6583f18
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,14 @@ services:
build:
context: .
dockerfile: Dockerfile
# Note: This temporary step creates a gitconfig to use SSH for a dependency
# that is not yet public. This can be removed once it is public.
command: git config --global url."[email protected]:apple/swift-openapi-runtime".insteadOf "https://github.com/apple/swift-openapi-runtime"
volumes:
- ci-gitconfig:/ci-gitconfig
environment:
- GIT_CONFIG_GLOBAL=/ci-gitconfig/gitconfig

common: &common
image: *image
depends_on: [runtime-setup]
volumes:
- ~/.ssh:/root/.ssh
- ..:/code:z
- ci-gitconfig:/ci-gitconfig
working_dir: /code
environment:
- GIT_CONFIG_GLOBAL=/ci-gitconfig/gitconfig

soundness:
<<: *common
Expand All @@ -46,5 +36,3 @@ services:
<<: *common
entrypoint: /bin/bash

volumes:
ci-gitconfig:

0 comments on commit 6583f18

Please sign in to comment.