Update .gitlab-ci.yml file

This commit is contained in:
izuddin
2026-08-26 03:57:01 +00:00
parent bf6e1b6b24
commit 6a44a5a0b2
+2 -2
View File
@@ -24,7 +24,7 @@ build:
stage: build stage: build
image: quay.io/buildah/stable:latest image: quay.io/buildah/stable:latest
tags: tags:
- sidata - skpp
script: script:
- echo '1. MENERAPKAN PENGATURAN REGISTRY' - echo '1. MENERAPKAN PENGATURAN REGISTRY'
- mkdir -p ~/.config/containers - mkdir -p ~/.config/containers
@@ -64,7 +64,7 @@ deploy:
name: alpine/k8s:1.29.1 name: alpine/k8s:1.29.1
entrypoint: [""] entrypoint: [""]
tags: tags:
- sidata - skpp
script: script:
- echo '1. SETUP KUBECONFIG LOKAL & BYPASS PROXY' - echo '1. SETUP KUBECONFIG LOKAL & BYPASS PROXY'
- unset http_proxy https_proxy HTTP_PROXY HTTPS_PROXY - unset http_proxy https_proxy HTTP_PROXY HTTPS_PROXY