Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 5e630f78 authored by Stijn BROUWERS's avatar Stijn BROUWERS
Browse files

Update .gitlab-ci.yml file

parent ae0ef6d2
No related branches found
No related tags found
1 merge request!19feat(cicd): Run docs job after publish
Pipeline #241879 passed
...@@ -115,13 +115,12 @@ release: ...@@ -115,13 +115,12 @@ release:
docs: docs:
stage: docs stage: docs
image: node:lts-bullseye image: node:lts-bullseye
# needs: needs:
# - job: publish - job: publish
rules: rules:
- if: "$CI_COMMIT_TAG" - if: "$CI_COMMIT_TAG"
when: never when: never
# - if: "$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH" - if: "$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH"
- when: always
script: script:
- apt-get update && apt-get install -y python3 python3-pip - apt-get update && apt-get install -y python3 python3-pip
- npm install -g @techdocs/cli - npm install -g @techdocs/cli
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment