mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-17 01:58:07 +00:00
Fix FLEXIAPI-360 Add rules on some jobs to only run them in the Gitlab pipeline when needed
This commit is contained in:
parent
dcb071b5bc
commit
1a79ae7b16
3 changed files with 2 additions and 3 deletions
|
|
@ -58,6 +58,7 @@ remi-rocky9-package:
|
|||
.remi-rocky-package:
|
||||
extends: .package
|
||||
rules:
|
||||
- if: $CI_COMMIT_REF_NAME =~ /^release/ || $CI_COMMIT_REF_NAME == "master"
|
||||
- changes:
|
||||
- .gitlab-ci.yml
|
||||
script:
|
||||
|
|
|
|||
|
|
@ -53,9 +53,6 @@ mysql-latest-test:
|
|||
DB_DATABASE: flexiapi
|
||||
DB_PASSWORD: flexiapi
|
||||
DB_USERNAME: root
|
||||
rules:
|
||||
- changes:
|
||||
- flexiapi/database/migrations/*
|
||||
script:
|
||||
- apt update
|
||||
- apt install -y ./build/*.deb
|
||||
|
|
|
|||
|
|
@ -65,6 +65,7 @@ v2.0
|
|||
- Fix FLEXIAPI-356 Cleanup and reorganize the pipeline to mutualize some things and save time
|
||||
- Fix FLEXIAPI-355 Add withoutGlobalScope() to the Account ContactVcardList resolver
|
||||
- Fix FLEXIAPI-354 Fix contact deletion
|
||||
- Fix FLEXIAPI-360 Add rules on some jobs to only run them in the Gitlab pipeline when needed
|
||||
|
||||
v1.6
|
||||
----
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue