removing build acceleration tricks

This commit is contained in:
2016-04-08 14:28:32 +02:00
parent 0af5591722
commit 9a8af43e55
6 changed files with 6 additions and 883 deletions

View File

@@ -5,5 +5,7 @@ default: build
build:
script -q ./build.log docker build --no-cache -t sneak/sandbox .
docker tag sneak/sandbox sneak/sandbox:$(YYYYMMDD)
push:
docker push sneak/sandbox
docker push sneak/sandbox:$(YYYYMMDD)