mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-03-11 06:54:17 +00:00
Fake timestamp for 01_nodoc to avoid cache invalidation
This commit is contained in:
parent
cbb3e2f461
commit
f31bbd10b4
1
Makefile
1
Makefile
@ -40,6 +40,7 @@ clean:
|
|||||||
|
|
||||||
supervisor-dind:
|
supervisor-dind:
|
||||||
cp 01_nodoc tools/dind/config/
|
cp 01_nodoc tools/dind/config/
|
||||||
|
touch -t 7805200000 tools/dind/config/01_nodoc
|
||||||
cd tools/dind && docker build --no-cache=$(DISABLE_CACHE) -t resin/resin-supervisor-dind:$(SUPERVISOR_VERSION) .
|
cd tools/dind && docker build --no-cache=$(DISABLE_CACHE) -t resin/resin-supervisor-dind:$(SUPERVISOR_VERSION) .
|
||||||
rm tools/dind/config/01_nodoc
|
rm tools/dind/config/01_nodoc
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user