Skip to content
Snippets Groups Projects
Commit 8440e71b authored by Bartek Wrona's avatar Bartek Wrona
Browse files

.configuration_template job helper inherits `.job-defaults` to use some...

.configuration_template job helper inherits `.job-defaults` to use some default job settings like timeout and artifact expiration times.
parent c7a01eeb
No related branches found
No related tags found
1 merge request!30Python CI templates improvements
...@@ -17,6 +17,7 @@ variables: ...@@ -17,6 +17,7 @@ variables:
.configuration_template: .configuration_template:
extends: .job-defaults
image: "${PYTHON_IMAGE}" image: "${PYTHON_IMAGE}"
before_script: before_script:
- poetry env use python3 # create virtualenv if not exists - poetry env use python3 # create virtualenv if not exists
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment