mirror of
https://github.com/notherealmarco/coredns-deployment.git
synced 2025-05-05 04:28:38 +02:00
fix CI (#182)
This commit is contained in:
parent
838a2b800a
commit
2900b2a671
1 changed files with 5 additions and 0 deletions
|
@ -54,6 +54,11 @@ jobs:
|
|||
command : |
|
||||
mkdir -p ~/go/src/${CIRCLE_PROJECT_USERNAME}/ci
|
||||
git clone https://github.com/${CIRCLE_PROJECT_USERNAME}/ci ~/go/src/${CIRCLE_PROJECT_USERNAME}/ci
|
||||
- run:
|
||||
name: Clone CoreDNS repo
|
||||
command: |
|
||||
mkdir -p ~/go/src/${CIRCLE_PROJECT_USERNAME}/coredns
|
||||
git clone https://github.com/${CIRCLE_PROJECT_USERNAME}/coredns ~/go/src/${CIRCLE_PROJECT_USERNAME}/coredns
|
||||
- <<: *setupKubernetes
|
||||
- <<: *buildCoreDNSImage
|
||||
- run:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue