This repository has been archived by the owner on May 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use proper syntax for gitlab job dependencies
The 'dependencies' actually means the list of artifacts, while the dependencies are expressed with 'needs' keyword which by default implies artifact list as well. While at it, also reduce code duplication by using templates. N. B: we have to be careful with optional jobs because this might lead to yaml error in case of 'needs' referring to non-existent job. Signed-off-by: Max <max.suraev@here.com>
- Loading branch information
Max
committed
Aug 20, 2020
1 parent
6c61fc6
commit 99cd775
Showing
1 changed file
with
45 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters