Use splited Dockerfile
This commit is contained in:
parent
cdb3722c17
commit
48c1cf7c61
7 changed files with 232 additions and 233 deletions
|
@ -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",
|
||||
|
|
Reference in a new issue