diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a3e2b7efabc3fdac14cd577b2b6290113222cf07..d94a5b6973b4da4aef8d74d218866c62deb822ad 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,16 +17,76 @@ dapcash-node-analyze: - report/issues.txt when: always -dapcash-node-schedule: +dapcash-node_buster: stage: build + only: + - develop + - master + - /^release.*$/ + - /^bugfix.*$/ + - /^hotfix.*$/ + - /^feature.*$/ + - /^support.*$/ tags: - - dapcash-node - # only: - # - master - # - /^release.*$/ - # - /^pubtest.*$/ - # - /^hotfix.*$/ - script: ~/production/integration/gitlab-CI/build_all_handler.sh dapcash-node + - dapcash-node + script: ~/production-docker/integration/gitlab-CI/build_all_handler.sh dapcash-node buster + +dapcash-node_bullseye: + stage: build + only: + - develop + - master + - /^release.*$/ + - /^bugfix.*$/ + - /^hotfix.*$/ + - /^feature.*$/ + - /^support.*$/ + tags: + - dapcash-node + script: ~/production-docker/integration/gitlab-CI/build_all_handler.sh dapcash-node bullseye + +dapcash-node_bionic: + stage: build + only: + - develop + - master + - /^release.*$/ + - /^bugfix.*$/ + - /^hotfix.*$/ + - /^feature.*$/ + - /^support.*$/ + tags: + - dapcash-node + script: ~/production-docker/integration/gitlab-CI/build_all_handler.sh dapcash-node bionic + +dapcash-node_focal: + stage: build + only: + - develop + - master + - /^release.*$/ + - /^bugfix.*$/ + - /^hotfix.*$/ + - /^feature.*$/ + - /^support.*$/ + tags: + - dapcash-node + script: ~/production-docker/integration/gitlab-CI/build_all_handler.sh dapcash-node focal + +dapcash-node_hirsuite: + stage: build + only: + - develop + - master + - /^release.*$/ + - /^bugfix.*$/ + - /^hotfix.*$/ + - /^feature.*$/ + - /^support.*$/ + tags: + - dapcash-node + script: ~/production-docker/integration/gitlab-CI/build_all_handler.sh dapcash-node hirsuite + # dapcash-node-test: # stage: build diff --git a/prod_build b/prod_build index 65dd08624fa3decbfe7f5751748696a18965b31c..47428c8de5330f25e4dd085e0ff464fc1de53d8e 160000 --- a/prod_build +++ b/prod_build @@ -1 +1 @@ -Subproject commit 65dd08624fa3decbfe7f5751748696a18965b31c +Subproject commit 47428c8de5330f25e4dd085e0ff464fc1de53d8e