mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-08-09 09:51:49 +08:00
.gitlab-ci.yml: removed unnecessary jobs from schedules [ci skip]
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
This commit is contained in:
@@ -28,6 +28,9 @@ config-scope-check:
|
|||||||
stage: preliminaries
|
stage: preliminaries
|
||||||
script:
|
script:
|
||||||
- python3 tests/check-config-scope.py
|
- python3 tests/check-config-scope.py
|
||||||
|
except:
|
||||||
|
- tags
|
||||||
|
- schedules
|
||||||
|
|
||||||
Signoff:
|
Signoff:
|
||||||
stage: preliminaries
|
stage: preliminaries
|
||||||
@@ -37,6 +40,9 @@ Signoff:
|
|||||||
# Last bad commit
|
# Last bad commit
|
||||||
- 'git log 6a65e3acdd3251fe20815cc2984a2781d9717173.. --grep "(^Signed-off-by)|(^Merge branch)|(^This reverts commit)" --extended-regexp --invert-grep --exit-code'
|
- 'git log 6a65e3acdd3251fe20815cc2984a2781d9717173.. --grep "(^Signed-off-by)|(^Merge branch)|(^This reverts commit)" --extended-regexp --invert-grep --exit-code'
|
||||||
- echo "None (good)"
|
- echo "None (good)"
|
||||||
|
except:
|
||||||
|
- tags
|
||||||
|
- schedules
|
||||||
|
|
||||||
Debian:
|
Debian:
|
||||||
stage: testing
|
stage: testing
|
||||||
@@ -519,3 +525,6 @@ codespell/Fedora:
|
|||||||
- codespell .
|
- codespell .
|
||||||
tags:
|
tags:
|
||||||
- saas-linux-small-amd64
|
- saas-linux-small-amd64
|
||||||
|
except:
|
||||||
|
- tags
|
||||||
|
- schedules
|
||||||
|
|||||||
Reference in New Issue
Block a user