Update CI

This commit is contained in:
Romain Vigier
2020-05-25 13:13:46 +02:00
parent 1448e3b8a7
commit 0df586ee58
+2 -2
View File
@@ -34,11 +34,11 @@ before_script:
test: test:
stage: test stage: test
rules: rules:
- changes:
- src/
- if: '$CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master"' - if: '$CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master"'
- if: '$CI_COMMIT_TAG' - if: '$CI_COMMIT_TAG'
- if: '$CI_COMMIT_BRANCH == "master"' - if: '$CI_COMMIT_BRANCH == "master"'
- changes:
- src/
script: script:
- dnf --setopt=cachedir=$(pwd)/.dnf_cache --setopt=keepcache=True install -y node npm - dnf --setopt=cachedir=$(pwd)/.dnf_cache --setopt=keepcache=True install -y node npm
- make deps-install - make deps-install