From f11eb7fbdc4f0cb9902aeacddd80ca1a5da7f9e3 Mon Sep 17 00:00:00 2001 From: librelois Date: Tue, 11 May 2021 15:41:40 +0200 Subject: [PATCH] ci: change runner: p2plegal -> redshift --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e050d5f..a437473 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ stages: .env: image: axiomteam/gecko-ci:v0.0.7 tags: - - p2plegal + - redshift before_script: - rustup show - rustc --version && cargo --version @@ -34,7 +34,7 @@ build_and_test: - when: manual stage: build_and_test tags: - - p2plegal + - redshift script: - RUSTFLAGS="-D warnings" cargo make - cd packages/dubp_rs && flutter pub get && cd ../..