From 9cf24efb87129ea144e6a0f68097a7cd356e7dcf Mon Sep 17 00:00:00 2001 From: squid-protocol Date: Wed, 15 Jul 2026 21:14:59 -0400 Subject: [PATCH] gitlab and bitbucket end corrections --- .gitlab-ci.yml | 2 +- bitbucket-pipelines.yml | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cd07f987..a89da1fd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ include: create-release: stage: deploy - image: [registry.gitlab.com/gitlab-org/release-cli:latest](https://registry.gitlab.com/gitlab-org/release-cli:latest) + image: https://registry.gitlab.com/gitlab-org/release-cli:latest rules: - if: $CI_COMMIT_TAG script: diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 75f5cd1b..716f1f77 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -43,8 +43,9 @@ pipelines: fi # 3. Dynamic Execution - - echo "Running: ${GG_TOOL} ${GG_TARGET}${GG_ARGS}" - - ${GG_TOOL} ${GG_TARGET}${GG_ARGS} + - | + echo "Running: ${GG_TOOL} ${GG_TARGET}${GG_ARGS}" + ${GG_TOOL} ${GG_TARGET}${GG_ARGS} artifacts: # 4. Publish SARIF telemetry for Bitbucket Code Insights @@ -76,6 +77,7 @@ pipelines: if [ "$GG_FULL_PRECISION" = "true" ]; then pip install networkx tiktoken xgboost pandas numpy fi - - ${GG_TOOL} ${GG_TARGET}${GG_ARGS} + - | + ${GG_TOOL} ${GG_TARGET}${GG_ARGS} artifacts: - gitgalaxy-results_sarif.json