This is an automated email from the ASF dual-hosted git repository.
rawlin pushed a commit to branch 4.1.x
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git
The following commit(s) were added to refs/heads/4.1.x by this push:
new 705e48c Build weasel first in order to ignore build artifacts (#5199)
705e48c is described below
commit 705e48c89326efd481006ce0236a27c6a33562f2
Author: Rawlin Peters <[email protected]>
AuthorDate: Mon Oct 26 16:31:47 2020 -0600
Build weasel first in order to ignore build artifacts (#5199)
---
infrastructure/docker/build/docker-compose.yml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/infrastructure/docker/build/docker-compose.yml
b/infrastructure/docker/build/docker-compose.yml
index 0f7ccbf..78d37a5 100644
--- a/infrastructure/docker/build/docker-compose.yml
+++ b/infrastructure/docker/build/docker-compose.yml
@@ -18,6 +18,12 @@
version: '2'
services:
+ weasel:
+ image: licenseweasel/weasel:v0.4
+ volumes:
+ - ../../..:/trafficcontrol:z
+ command: ['-f', '/trafficcontrol/dist/weasel.txt', '/trafficcontrol']
+
source:
image: trafficcontrol_tarball
build:
@@ -83,12 +89,6 @@ services:
volumes:
- ../../..:/trafficcontrol:z
- weasel:
- image: licenseweasel/weasel:v0.4
- volumes:
- - ../../..:/trafficcontrol:z
- command: ['-f', '/trafficcontrol/dist/weasel.txt', '/trafficcontrol']
-
docs:
image: docs_builder
build: