1
2
3
4
5
6
7
8
9
10
11
12 | parts:
# Use the python build
python-part:
plugin: python3
source: https://github.com/foo/bar
# Copy the config from the same source
config:
plugin: copy
source: https://github.com/foo/bar
files:
my-config-file: config/
|