Fix: switch manual git clone to internal HTTP service URL

This commit is contained in:
2026-08-30 09:55:59 +07:00
parent 004a441412
commit 3123210e07
+2 -2
View File
@@ -27,9 +27,9 @@ build:
tags: tags:
- skpp - skpp
before_script: before_script:
- echo '0. FETCHING CODE MANUALLY (BYPASS SSL)' - echo '0. FETCHING CODE MANUALLY VIA INTERNAL HTTP'
- git config --global http.sslVerify false - 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 - git checkout $CI_COMMIT_SHA
script: script:
- echo '1. MENERAPKAN PENGATURAN REGISTRY' - echo '1. MENERAPKAN PENGATURAN REGISTRY'