Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit fe18791a authored by Raphael JOIE's avatar Raphael JOIE
Browse files

:pencil: add docker tags in doc

parent c1d78cb1
No related branches found
Tags 2.3.5
1 merge request!14Resolve "Improve pipeline documentation and start semver"
Pipeline #142475 failed
...@@ -92,11 +92,11 @@ include: ...@@ -92,11 +92,11 @@ include:
ref: v1.0 ref: v1.0
build-and-publish-package: build-and-publish-package:
stage: build stage: build
tags: tags:
- docker - docker
variables: variables:
# PROJECT_PATH: "./" #PROJECT_PATH: "./"
``` ```
### **Ensures** Python style ### **Ensures** Python style
...@@ -114,6 +114,8 @@ include: ...@@ -114,6 +114,8 @@ include:
test-static-style-check-job: test-static-style-check-job:
stage: test stage: test
tags:
- docker
variables: variables:
#SRC_PATH: ./src #SRC_PATH: ./src
``` ```
...@@ -139,6 +141,8 @@ include: ...@@ -139,6 +141,8 @@ include:
test-static-style-force-job: test-static-style-force-job:
stage: test stage: test
tags:
- docker
variables: variables:
CI_JOB_TOKEN_WRITE: ${CI_TOKEN_WRITE} CI_JOB_TOKEN_WRITE: ${CI_TOKEN_WRITE}
#SRC_PATH: ./src #SRC_PATH: ./src
......
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