Skip to content

Commit

Permalink
docker-compose.yml: Move WORKERNAME variable to test config
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuclaw committed May 13, 2018
1 parent ac636e8 commit 17cbd58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docker-compose.testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@ services:
- 5432

worker-cross:
environment:
WORKERNAME: gdc-ubuntu-cross
links:
- buildbot
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,3 @@ services:
env_file:
- common/common.env
- common/secrets.env
environment:
WORKERNAME: gdc-ubuntu-cross

0 comments on commit 17cbd58

Please sign in to comment.