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