Commit d95ceca0 authored by Karakas's avatar Karakas
Browse files

Update .gitlab-ci.yml file

parent 9810acf2
...@@ -10,7 +10,7 @@ publish: ...@@ -10,7 +10,7 @@ publish:
rules: rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_REF_NAME =~ /^v\d+\.\d+\.\d+.*$/ - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_REF_NAME =~ /^v\d+\.\d+\.\d+.*$/
changes: changes:
- package.json - frontend/package.json
script: script:
# If no .npmrc is included in the repo, generate a temporary one that is configured to publish to GitLab's NPM registry # If no .npmrc is included in the repo, generate a temporary one that is configured to publish to GitLab's NPM registry
- | - |
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment