We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de533b0 commit dbcd105Copy full SHA for dbcd105
.gitlab-ci.yml
@@ -7,6 +7,7 @@ stages:
7
- test
8
- package
9
- ship
10
+ - run-downstreams
11
12
image: python:3.8
13
@@ -76,3 +77,17 @@ pypi:
76
77
- whl
78
rules:
79
- 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