From e21fddf41b6009add07655c3bb1d76880c030b04 Mon Sep 17 00:00:00 2001 From: Evert Daniel Romero Garrido Date: Thu, 16 Apr 2026 11:00:24 -0600 Subject: [PATCH] fix(pipeline): remove obsolete 02_repo-config step cloning non-existent repos Removes cloning of ccsoft1/ci-cd-commons and ccsoft1/ci-cd-saac4 from both developer and master branch pipelines. proyectosacc is now self-contained with local scripts and terraform code. --- bitbucket-pipelines.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index b49c82e..215ff41 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -60,13 +60,6 @@ pipelines: - export TELEGRAM_CHAT_ID="${DEV_TELEGRAM_CHAT_ID}" - bash scripts/telegram-pipeline-notify.sh start - - step: - name: 02_repo-config - script: - - set -euo pipefail - - git clone "https://x-token-auth:${BITBUCKET_PASSWORD}@bitbucket.org/ccsoft1/ci-cd-commons.git" ci-cd-commons - - git clone "https://x-token-auth:${BITBUCKET_PASSWORD}@bitbucket.org/ccsoft1/ci-cd-saac4.git" ci-cd-saac4 - - step: name: 03_terraform oidc: true @@ -158,13 +151,6 @@ pipelines: - export TELEGRAM_CHAT_ID="${PROD_TELEGRAM_CHAT_ID}" - bash scripts/telegram-pipeline-notify.sh start - - step: - name: 02_repo-config - script: - - set -euo pipefail - - git clone "https://x-token-auth:${BITBUCKET_PASSWORD}@bitbucket.org/ccsoft1/ci-cd-commons.git" ci-cd-commons - - git clone "https://x-token-auth:${BITBUCKET_PASSWORD}@bitbucket.org/ccsoft1/ci-cd-saac4.git" ci-cd-saac4 - - step: name: 03_terraform oidc: true