need to manually generate gitsha now with compose 1.25

master
thelamer 2019-11-19 02:50:51 -08:00
rodzic 975fd1abaa
commit 13c560385b
3 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -28,7 +28,7 @@ RUN \
pip3 install \
-r requirements.txt \
-r requirements-build.txt && \
./script/build/write-git-sha && \
./script/build/write-git-sha > compose/GITSHA && \
pyinstaller docker-compose.spec && \
mv dist/docker-compose /

Wyświetl plik

@ -28,7 +28,7 @@ RUN \
pip3 install \
-r requirements.txt \
-r requirements-build.txt && \
./script/build/write-git-sha && \
./script/build/write-git-sha > compose/GITSHA && \
pyinstaller docker-compose.spec && \
mv dist/docker-compose /

Wyświetl plik

@ -28,7 +28,7 @@ RUN \
pip3 install \
-r requirements.txt \
-r requirements-build.txt && \
./script/build/write-git-sha && \
./script/build/write-git-sha > compose/GITSHA && \
pyinstaller docker-compose.spec && \
mv dist/docker-compose /