mirror of
https://github.com/traefik/traefik.git
synced 2025-09-27 00:31:14 +02:00
Merge branch 'master' into yet-another-refactoring
This commit is contained in:
commit
9f736f4235
@ -6,6 +6,7 @@ machine:
|
|||||||
environment:
|
environment:
|
||||||
REPO: $CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME
|
REPO: $CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME
|
||||||
DOCKER_HOST: tcp://172.17.42.1:2375
|
DOCKER_HOST: tcp://172.17.42.1:2375
|
||||||
|
MAKE_DOCKER_HOST: $DOCKER_HOST
|
||||||
VERSION: v1.0.alpha.$CIRCLE_BUILD_NUM
|
VERSION: v1.0.alpha.$CIRCLE_BUILD_NUM
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -19,7 +20,7 @@ dependencies:
|
|||||||
test:
|
test:
|
||||||
override:
|
override:
|
||||||
- make test-unit
|
- make test-unit
|
||||||
- make MAKE_DOCKER_HOST=$DOCKER_HOST test-integration
|
- make test-integration
|
||||||
post:
|
post:
|
||||||
- make crossbinary
|
- make crossbinary
|
||||||
- make image
|
- make image
|
||||||
|
Loading…
x
Reference in New Issue
Block a user