Skip to content

Commit d5cc6c7

Browse files
Update .gitlab-ci.yml
1 parent 41f53dc commit d5cc6c7

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ variables:
1515
git remote remove github || true
1616
git remote add github ${GH_PUSH_REPO}
1717

18-
before_script:
19-
# Use CI Tools
20-
- curl -sSL ${CIT_LOADER_URL} | sh
21-
- source citools/import_functions
18+
# before_script:
19+
# # Use CI Tools
20+
# - curl -sSL ${CIT_LOADER_URL} | sh
21+
# - source citools/import_functions
2222

2323
build:
2424
stage: build
@@ -114,7 +114,6 @@ internal_http:
114114
<<: *upload_template
115115
tags:
116116
- deploy
117-
- shanghai
118117
stage: private_deploy
119118
variables:
120119
GIT_STRATEGY: none

0 commit comments

Comments
 (0)