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 c7b4e60 commit 90bd3f9Copy full SHA for 90bd3f9
.gitlab-ci.yml
@@ -1,5 +1,14 @@
1
stages:
2
+ - stage1
3
- documentation
4
+ - stage3
5
+
6
+stage1:
7
+ tags:
8
+ - cc-k8s-tarantool
9
+ stage: stage1
10
+ script:
11
+ - echo "Step 1"
12
13
trigger_docs_v3_pipeline:
14
stage: documentation
@@ -26,4 +35,9 @@ trigger_docs_v3_pipeline:
26
35
NEXUS_STAGE_PUBLIC_USER: "temporal"
27
36
NEXUS_STAGE_PUBLIC_PASSWORD: "123"
28
37
29
-
38
+stage3:
39
40
41
+ stage: stage3
42
43
+ - echo "Step 3"
0 commit comments