Skip to content
Snippets Groups Projects
Commit de8523c1 authored by Dmitriy A. Gerasimov's avatar Dmitriy A. Gerasimov
Browse files

Merge branch 'master' of https://gitlab.demlabs.net/dapcash/dapcash-node into master

parents 03b7fc5e 669842a8
No related branches found
No related tags found
No related merge requests found
Pipeline #6327 passed with stage
in 2 minutes and 49 seconds
......@@ -10,4 +10,18 @@ dapcash-node-schedule:
stage: build
tags:
- dapcash-node
only:
- master
- /^release.*$/
- /^pubtest.*$/
script: ~/production/integration/gitlab-CI/build_all_handler.sh dapcash-node
dapcash-node-test:
stage: build
tags:
- dapcash-node
except:
- master
- /^release.*$/
- /^pubtest.*$/
script: ~/production/integration/gitlab-CI/build_test_handler.sh dapcash-node
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment