Use non-tmpfs directory when building image.
gitea/icedream/dash-wooden-clock/master There was a failure building this commit
Details
gitea/icedream/dash-wooden-clock/master There was a failure building this commit
Details
parent
6a7e707bf5
commit
f1ae88e1bf
|
@ -97,6 +97,7 @@ pipeline {
|
||||||
pip3 install docker-compose==${dockerComposeVersion}
|
pip3 install docker-compose==${dockerComposeVersion}
|
||||||
"""
|
"""
|
||||||
sh """
|
sh """
|
||||||
|
export TMPDIR=/var/tmp # prevent running out of space with big files
|
||||||
export PATH="$PATH:/var/tmp/deps/docker-compose"
|
export PATH="$PATH:/var/tmp/deps/docker-compose"
|
||||||
cd deployment
|
cd deployment
|
||||||
docker-compose build \"frontend\"
|
docker-compose build \"frontend\"
|
||||||
|
|
Loading…
Reference in New Issue