ci: main branch is master & use dockerhub image

This commit is contained in:
librelois 2021-04-22 16:48:58 +02:00
parent d83bd64cf3
commit 7ac1be7121

View file

@ -3,7 +3,7 @@ stages:
- quality
.env:
image: registry.duniter.org/docker/rust/rust-x64-stable-ci:latest
image: duniter/rust-x64-stable-ci:latest
tags:
- redshift
before_script:
@ -17,7 +17,7 @@ tests:
when: manual
- if: $CI_COMMIT_TAG
when: never
- if: '$CI_MERGE_REQUEST_ID ||$CI_COMMIT_BRANCH == "main" || $CI_COMMIT_BRANCH =~ /^release/'
- if: '$CI_MERGE_REQUEST_ID ||$CI_COMMIT_BRANCH == "master" || $CI_COMMIT_BRANCH =~ /^release/'
- when: manual
stage: tests
script: