ci: main branch is master & use dockerhub image
This commit is contained in:
parent
d83bd64cf3
commit
7ac1be7121
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue