mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-11-21 08:34:11 -06:00
[ci dryrun]
This commit is contained in:
parent
4242e6179d
commit
bcacaeb300
@ -43,6 +43,9 @@ build_cache:
|
||||
rules:
|
||||
- if: $CI_COMMIT_MESSAGE =~ /\[ci dryrun]/
|
||||
when: never
|
||||
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
|
||||
- if: $CI_PIPELINE_SOURCE == "push"
|
||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||
|
||||
|
||||
# Runs a basic unit test build, this task will use the `build-cache:latest` as set up in the projects Container Registry
|
||||
@ -280,7 +283,7 @@ dryrun_deploy_repos:
|
||||
tags:
|
||||
- repo-server
|
||||
script:
|
||||
- ls -al repo.tar
|
||||
- ls -al $HOME/repo.tar
|
||||
rules:
|
||||
- if: $CI_COMMIT_MESSAGE =~ /\[ci dryrun]/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user