Skip to content
Snippets Groups Projects
Commit 9f3ea36b authored by Cédric Moreau's avatar Cédric Moreau
Browse files

fix(#122): disable changes check for now

parent 670237b8
No related branches found
No related tags found
No related merge requests found
Pipeline #34193 waiting for manual action
...@@ -92,8 +92,8 @@ tests: ...@@ -92,8 +92,8 @@ tests:
rules: rules:
- if: $CI_PIPELINE_SOURCE != "merge_request_event" && $CI_COMMIT_BRANCH =~ /^(test\/cgeek-)[0-9].*/ - if: $CI_PIPELINE_SOURCE != "merge_request_event" && $CI_COMMIT_BRANCH =~ /^(test\/cgeek-)[0-9].*/
when: manual when: manual
changes: #changes:
- node/specs/$CHAIN-raw.json # - node/specs/$CHAIN-raw.json
- when: never - when: never
before_script: before_script:
- sh -c "[ -n '$DUNITERTEAM_PASSWD' ] || ( echo No access to environment variable 'DUNITERTEAM_PASSWD'; exit 1 )" - sh -c "[ -n '$DUNITERTEAM_PASSWD' ] || ( echo No access to environment variable 'DUNITERTEAM_PASSWD'; exit 1 )"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment