1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-29 07:58:28 +00:00

; Further fixes in gitlab-ci.yml

This commit is contained in:
Michael Albinus 2021-11-19 17:46:40 +01:00
parent 3e53047fc5
commit 408577b402

View File

@ -234,7 +234,7 @@ build-image-inotify:
# target: emacs-inotify
# make_params: "-C test check"
generator:
test-jobs-generator:
stage: .pre
script:
- ./test-jobs-generator.sh > test-jobs.yml
@ -243,11 +243,11 @@ generator:
- test-jobs.yml
test-jobs-pipeline:
stage: trigger
stage: .pre
trigger:
include:
- artifact: test-jobs.yml
job: generator
job: test-jobs-generator
strategy: depend
# test-lisp-inotify: