mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-06 19:12:30 +01:00
Add explicit dependencies
This commit is contained in:
parent
ae9390add3
commit
f1facf2bfa
@ -40,6 +40,10 @@ steam_osx:
|
||||
release_job:
|
||||
stage: release
|
||||
image: python:3.11
|
||||
dependencies:
|
||||
- steam_linux
|
||||
- steam_windows
|
||||
- steam_osx
|
||||
rules:
|
||||
- if: "$CI_COMMIT_TAG" # Run this job when a tag is created
|
||||
when: on_success # Only when all previous jobs succeed
|
||||
|
Loading…
Reference in New Issue
Block a user