Skip to content
Snippets Groups Projects
Verified Commit bc5dbcc5 authored by Dmytro Bogatov's avatar Dmytro Bogatov :two_hearts:
Browse files

Fix.

parent 9c76e247
Branches
No related tags found
No related merge requests found
Pipeline #7071 passed
...@@ -44,13 +44,13 @@ release: ...@@ -44,13 +44,13 @@ release:
npm publish npm publish
fi fi
rules: rules:
- if: '$CI_COMMIT_REF_NAME == "master"' - if: '$CI_COMMIT_REF_NAME != "master"'
when: never when: never
allow_failure: true allow_failure: true
tags: tags:
- docker - docker
code-intelligence: code_navigation:
image: dbogatov/docker-sources:node--14.4-alpine3.12 image: dbogatov/docker-sources:node--14.4-alpine3.12
stage: release stage: release
script: script:
...@@ -60,5 +60,8 @@ code-intelligence: ...@@ -60,5 +60,8 @@ code-intelligence:
artifacts: artifacts:
reports: reports:
lsif: dump.lsif lsif: dump.lsif
rules:
- if: '$CI_COMMIT_REF_NAME != "master"'
when: never
tags: tags:
- docker - docker
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment