Skip to content

Commit

Permalink
docker hub autotest doesn't use the just built image but builds it ag…
Browse files Browse the repository at this point in the history
…ain...
  • Loading branch information
vogler committed Jul 2, 2019
1 parent cfbad0d commit c760168
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docker-compose.test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
sut:
build: .
build:
context: .
cache_from: ${CACHE_TAG}
environment:
LC_ALL: C.UTF-8
command: ./make.sh nat headers testci
command: ./make.sh nat headers testci

0 comments on commit c760168

Please sign in to comment.