diff options
| author | mo khan <mo.khan@gmail.com> | 2020-05-22 10:15:31 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-05-22 10:46:01 -0600 |
| commit | d6572391cbcb5ce18b215166dde9d4ba14aa1828 (patch) | |
| tree | e4713f0a0482f0c1594ddf6bb9e441c80a82e6ef /.gitlab/test.yml | |
| parent | 6c5c3bc7d17ba5bc30924373ec6346a252f2e946 (diff) | |
Use rules instead of only
Diffstat (limited to '.gitlab/test.yml')
| -rw-r--r-- | .gitlab/test.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab/test.yml b/.gitlab/test.yml index fb0b723..996f5b2 100644 --- a/.gitlab/test.yml +++ b/.gitlab/test.yml @@ -88,8 +88,8 @@ integration-ruby: LICENSE_MANAGEMENT_VERSION: $CI_COMMIT_SHA SAST_DISABLED: 'true' SECURE_ANALYZERS_PREFIX: $CI_REGISTRY_IMAGE - only: - - $CI_DEFAULT_BRANCH + rules: + - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH functional-csharp-nuget-dotnetcore: extends: .functional |
