Skip to content
Snippets Groups Projects
Verified Commit 0aba3aec authored by Daniel Hornung's avatar Daniel Hornung
Browse files

CI: Allow failure of linter

parent 3a1b8684
No related branches found
No related tags found
2 merge requests!152Release 0.16.0,!151FEAT: allow to export entities as xlsx via a button in gui
Pipeline #63174 passed with warnings
...@@ -40,6 +40,7 @@ linting: ...@@ -40,6 +40,7 @@ linting:
stage: test stage: test
script: script:
- make pylint - make pylint
allow_failure: true
# run qunit tests # run qunit tests
test: test:
...@@ -91,7 +92,7 @@ pages_prepare: &pages_prepare ...@@ -91,7 +92,7 @@ pages_prepare: &pages_prepare
stage: deploy stage: deploy
only: only:
refs: refs:
- /^release-.*$/i - /^releas-e.*$/i
script: script:
- npm install -g jsdoc - npm install -g jsdoc
- npm install @indiscale/jsdoc-sphinx - npm install @indiscale/jsdoc-sphinx
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment