Fix: switch manual git clone to internal HTTP service URL
This commit is contained in:
+2
-2
@@ -27,9 +27,9 @@ build:
|
||||
tags:
|
||||
- skpp
|
||||
before_script:
|
||||
- echo '0. FETCHING CODE MANUALLY (BYPASS SSL)'
|
||||
- echo '0. FETCHING CODE MANUALLY VIA INTERNAL HTTP'
|
||||
- git config --global http.sslVerify false
|
||||
- git clone https://gitlab.dashboard-bpkd.drc-bpkd.data-center.id/izuddin/sidata.git .
|
||||
- git clone http://gitlab-external-svc.default.svc.cluster.local/izuddin/sidata.git . || git clone http://10.15.39.187/izuddin/sidata.git .
|
||||
- git checkout $CI_COMMIT_SHA
|
||||
script:
|
||||
- echo '1. MENERAPKAN PENGATURAN REGISTRY'
|
||||
|
||||
Reference in New Issue
Block a user