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 41f53dc commit d5cc6c7Copy full SHA for d5cc6c7
.gitlab-ci.yml
@@ -15,10 +15,10 @@ variables:
15
git remote remove github || true
16
git remote add github ${GH_PUSH_REPO}
17
18
-before_script:
19
- # Use CI Tools
20
- - curl -sSL ${CIT_LOADER_URL} | sh
21
- - source citools/import_functions
+# before_script:
+# # Use CI Tools
+# - curl -sSL ${CIT_LOADER_URL} | sh
+# - source citools/import_functions
22
23
build:
24
stage: build
@@ -114,7 +114,6 @@ internal_http:
114
<<: *upload_template
115
tags:
116
- deploy
117
- - shanghai
118
stage: private_deploy
119
variables:
120
GIT_STRATEGY: none
0 commit comments