2016-04-08 11:43:57 +00:00
|
|
|
YYYYMMDD := $(shell date +%Y%m%d)
|
2019-08-03 23:22:25 +00:00
|
|
|
BRANCH := $(shell git branch | sed -n -e 's/^\* \(.*\)/\1/p')
|
2016-04-08 11:43:57 +00:00
|
|
|
|
|
|
|
default: build
|
|
|
|
|
|
|
|
build:
|
2019-08-05 02:02:42 +00:00
|
|
|
script -q ./build.log docker build --no-cache -t sneak/sandbox:$(YYYYMMDD) .
|