mirror of
https://github.com/swift-server/swift-openapi-async-http-client.git
synced 2026-05-03 07:42:29 +00:00
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 https://github.com/swift-server/swift-openapi-async-http-client/pull/3
This commit is contained in:
@@ -15,13 +15,6 @@ 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."git@github.com: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
|
||||
@@ -29,10 +22,7 @@ services:
|
||||
volumes:
|
||||
- ~/.ssh:/root/.ssh
|
||||
- ..:/code:z
|
||||
- ci-gitconfig:/ci-gitconfig
|
||||
working_dir: /code
|
||||
environment:
|
||||
- GIT_CONFIG_GLOBAL=/ci-gitconfig/gitconfig
|
||||
|
||||
soundness:
|
||||
<<: *common
|
||||
@@ -46,5 +36,3 @@ services:
|
||||
<<: *common
|
||||
entrypoint: /bin/bash
|
||||
|
||||
volumes:
|
||||
ci-gitconfig:
|
||||
|
||||
Reference in New Issue
Block a user