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
|
- quality
|
||||||
|
|
||||||
.env:
|
.env:
|
||||||
image: registry.duniter.org/docker/rust/rust-x64-stable-ci:latest
|
image: duniter/rust-x64-stable-ci:latest
|
||||||
tags:
|
tags:
|
||||||
- redshift
|
- redshift
|
||||||
before_script:
|
before_script:
|
||||||
|
@ -17,7 +17,7 @@ tests:
|
||||||
when: manual
|
when: manual
|
||||||
- if: $CI_COMMIT_TAG
|
- if: $CI_COMMIT_TAG
|
||||||
when: never
|
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
|
- when: manual
|
||||||
stage: tests
|
stage: tests
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Add table
Reference in a new issue