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 e29c9d1 commit 63b8311Copy full SHA for 63b8311
1 file changed
.gitlab-ci.yml
@@ -0,0 +1,11 @@
1
+stages:
2
+ - deploy
3
+
4
+trigger_endpoint/safenet:
5
+ stage: deploy
6
+ trigger:
7
+ project: endpoint/safenet
8
+ branch: main
9
+ only:
10
+ - main
11
+ - tags
0 commit comments