Use splited Dockerfile

This commit is contained in:
Antoine Legrand 2017-07-06 23:50:38 +02:00
parent cdb3722c17
commit 48c1cf7c61
7 changed files with 232 additions and 233 deletions

View file

@ -27,8 +27,8 @@ function(vars={})
GIT_STRATEGY: "none",
},
before_script: [
"cd /",
"source venv/bin/activate",
"cd $QUAYDIR",
"source $QUAYDIR/venv/bin/activate",
],
tags: [
"kubernetes",