Update CI
This commit is contained in:
+2
-2
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user