Skip to content

Commit dbcd105

Browse files
author
Jakub Jurczak
committed
STREAM-254 Run downstream jobs
1 parent de533b0 commit dbcd105

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.gitlab-ci.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ stages:
77
- test
88
- package
99
- ship
10+
- run-downstreams
1011

1112
image: python:3.8
1213

@@ -76,3 +77,17 @@ pypi:
7677
- whl
7778
rules:
7879
- if: "$CI_COMMIT_TAG"
80+
81+
release-jupyterlab-streaming:
82+
stage: run-downstreams
83+
inherit:
84+
variables: false
85+
variables:
86+
STREAMING_CLI_VERSION: "${CI_COMMIT_TAG}"
87+
trigger:
88+
project: 'getindata/streaming-labs/docker-images/jupyterlab-streaming'
89+
branch: 'main'
90+
needs:
91+
- pypi
92+
rules:
93+
- if: "$CI_COMMIT_TAG"

0 commit comments

Comments
 (0)