mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Android Docker: make a nice version tag file
Trivial. The final touch command was missing the proper quotes, so it created a bunch of strangely names files from the date command. Just good for the developers that like to peek into the docker image. Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
This commit is contained in:
parent
a236dd4fd2
commit
7c722ea222
1 changed files with 1 additions and 1 deletions
|
@ -54,4 +54,4 @@ RUN cd /android && \
|
|||
du -sh *
|
||||
RUN apt-get clean
|
||||
RUN cd /android/android-ndk-r18b/toolchains && ln -s x86_64-4.9 x86-64-4.9
|
||||
RUN touch /android/finished-`date`
|
||||
RUN touch /android/finished-"`date`"
|
||||
|
|
Loading…
Reference in a new issue