1
2
3
4
5
6
7
8
9
10
11
12
13 | parts:
mypackage:
plugin: copy
files:
myscript.py: myscript.py # copy your python script(s)
opt: opt
stage-packages:
- python-pyfoo # additional
- python-pybar # python requirements
...
config:
plugin: python2 # the python interpreter
source: .
|