From 7ac1be71213937dc79c416a037e066bc015f6da6 Mon Sep 17 00:00:00 2001 From: librelois Date: Thu, 22 Apr 2021 16:48:58 +0200 Subject: [PATCH] ci: main branch is master & use dockerhub image --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 78a0166..e01ff69 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: