Write build commit to version.txt
This commit is contained in:
parent
2d27dff44e
commit
cfd67bc626
3 changed files with 3 additions and 0 deletions
|
@ -51,6 +51,7 @@ RUN \
|
|||
tar xf \
|
||||
/tmp/headphones.tar.gz -C \
|
||||
/app/headphones --strip-components=1 && \
|
||||
echo ${HEADPHONES_COMMIT} > /app/headphones/version.txt && \
|
||||
echo "**** cleanup ****" && \
|
||||
apk del --purge \
|
||||
build-dependencies && \
|
||||
|
|
|
@ -51,6 +51,7 @@ RUN \
|
|||
tar xf \
|
||||
/tmp/headphones.tar.gz -C \
|
||||
/app/headphones --strip-components=1 && \
|
||||
echo ${HEADPHONES_COMMIT} > /app/headphones/version.txt && \
|
||||
echo "**** cleanup ****" && \
|
||||
apk del --purge \
|
||||
build-dependencies && \
|
||||
|
|
|
@ -51,6 +51,7 @@ RUN \
|
|||
tar xf \
|
||||
/tmp/headphones.tar.gz -C \
|
||||
/app/headphones --strip-components=1 && \
|
||||
echo ${HEADPHONES_COMMIT} > /app/headphones/version.txt && \
|
||||
echo "**** cleanup ****" && \
|
||||
apk del --purge \
|
||||
build-dependencies && \
|
||||
|
|
Loading…
Add table
Reference in a new issue