From eb34e9b81fe00a5ad95cee59fd60cc4f7683a8f0 Mon Sep 17 00:00:00 2001 From: Kieron Morris Date: Mon, 5 Jul 2021 16:07:14 +0100 Subject: [PATCH] Fixed YAML again.... Using 'needs' incorrectly, oops... --- .gitlab-ci.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9b2ea596..4a2be09b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,7 @@ stages: - Compile Sources - Link - Generate ISO + - Generate Sources List - Generate Documentation compile_stub: @@ -66,8 +67,8 @@ isogen: needs: - link -sourcelist_gen: - stage: Generate Documentation +sourcelist: + stage: Generate Sources List script: - chmod +x ./compile_sourcelist.sh - ./compile_sourcelist.sh @@ -89,7 +90,7 @@ docgen: - ./doc/* dependencies: - vergen - - sourcelist_gen + - sourcelist needs: - vergen - - sourcelist_gen \ No newline at end of file + - sourcelist \ No newline at end of file