mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
[ci dryrun]
This commit is contained in:
parent
4d9787fb86
commit
31347f3ce0
@ -49,17 +49,16 @@ build_cache:
|
||||
test_build:
|
||||
extends: .base
|
||||
stage: test
|
||||
only:
|
||||
- main
|
||||
- pushes
|
||||
- merge_requests
|
||||
script:
|
||||
- *earthly_setup
|
||||
- earthly --use-inline-cache +unit-tests-linux --BASE=container $project_args
|
||||
resource_group: test
|
||||
rules:
|
||||
- if: $CI_COMMIT_MESSAGE =~ /\[ci dryrun]/
|
||||
- when: never
|
||||
when: never
|
||||
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
|
||||
- if: $CI_PIPELINE_SOURCE == "push"
|
||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||
|
||||
# Actual release -- triggered by pushing a new version tag
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user