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