1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-14 22:42:34 +02:00

Add explicit dependencies

This commit is contained in:
Elias Steurer 2023-08-20 12:22:59 +02:00
parent ae9390add3
commit f1facf2bfa

View File

@ -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