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:
npm publish
fi
rules:
- if: '$CI_COMMIT_REF_NAME == "master"'
- if: '$CI_COMMIT_REF_NAME != "master"'
when: never
allow_failure: true
tags:
- docker
code-intelligence:
code_navigation:
image: dbogatov/docker-sources:node--14.4-alpine3.12
stage: release
script:
......@@ -60,5 +60,8 @@ code-intelligence:
artifacts:
reports:
lsif: dump.lsif
rules:
- if: '$CI_COMMIT_REF_NAME != "master"'
when: never
tags:
- docker
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment