mirror of
https://github.com/mfocko/blog.git
synced 2024-11-22 04:53:47 +01:00
ci: fix deps to be in array
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
1e5fa46eec
commit
048b8c6157
1 changed files with 2 additions and 2 deletions
|
@ -68,7 +68,7 @@ build:aisa:
|
|||
|
||||
deploy:poincare:
|
||||
stage: deploy
|
||||
needs: build:poincare
|
||||
needs: [build:poincare]
|
||||
|
||||
extends: .deploy
|
||||
|
||||
|
@ -84,7 +84,7 @@ deploy:poincare:
|
|||
|
||||
deploy:aisa:
|
||||
stage: deploy
|
||||
needs: build:aisa
|
||||
needs: [build:aisa]
|
||||
|
||||
extends: .deploy
|
||||
|
||||
|
|
Loading…
Reference in a new issue