gitlab-ci.yml; try to fix 2

This commit is contained in:
poka 2022-06-14 22:08:52 +02:00
parent 64e9ff1b44
commit 58b6fba7ef
1 changed files with 1 additions and 20 deletions

View File

@ -18,8 +18,7 @@ format:
- when: manual
stage: format
script:
- flutter format --set-exit-if-changed lib packages/dubp_rs/lib/dubp.dart
- flutter format --set-exit-if-changed lib
build_and_test:
extends: .env
@ -34,24 +33,6 @@ build_and_test:
script:
- flutter analyze
lint:
extends: .env
rules:
- if: $CI_COMMIT_REF_NAME =~ /^wip*$/
when: manual
- if: $CI_COMMIT_TAG || $CI_MERGE_REQUEST_ID
- when: manual
stage: quality
audit_dependencies:
extends: .env
rules:
- if: $CI_COMMIT_REF_NAME =~ /^wip*$/
when: manual
- if: $CI_COMMIT_TAG || $CI_MERGE_REQUEST_ID
- when: manual
stage: quality
releases:test:
extends: .env
stage: package