Use non-tmpfs directory when building image.
gitea/icedream/dash-wooden-clock/master There was a failure building this commit Details

master
Icedream 2018-08-24 17:23:51 +02:00
parent 6a7e707bf5
commit f1ae88e1bf
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -97,6 +97,7 @@ pipeline {
pip3 install docker-compose==${dockerComposeVersion}
"""
sh """
export TMPDIR=/var/tmp # prevent running out of space with big files
export PATH="$PATH:/var/tmp/deps/docker-compose"
cd deployment
docker-compose build \"frontend\"