From 3ec580571f420290f1752f8bf953e84fe9895a85 Mon Sep 17 00:00:00 2001 From: squid-protocol Date: Fri, 17 Jul 2026 08:14:09 -0400 Subject: [PATCH] ci: fix more repeating typos from gemini --- bitbucket-pipelines.yml | 8 ++++---- templates/bitbucket/bitbucket-pipelines.yml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 86ba1e8c..d730b1e3 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -44,8 +44,8 @@ pipelines: # 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} # 4. Bitbucket Code Insights Native Integration # Automatically translates the SARIF output into inline Pull Request annotations @@ -87,11 +87,11 @@ pipelines: pip install networkx tiktoken xgboost pandas numpy fi - | - echo "Running: ${GG_TOOL} ${GG_TARGET}${GG_ARGS}" + echo "Running: ${GG_TOOL} ${GG_TARGET} ${GG_ARGS}" ${GG_TOOL} ${GG_TARGET} ${GG_ARGS} - | if [ -f "templates/bitbucket/bitbucket_insights.py" ]; then python templates/bitbucket/bitbucket_insights.py gitgalaxy-results_sarif.json fi artifacts: - - gitgalaxy-results_sarif.json \ No newline at end of file + - gitgalaxy-results_sarif.json diff --git a/templates/bitbucket/bitbucket-pipelines.yml b/templates/bitbucket/bitbucket-pipelines.yml index 489e83d7..a94e317f 100644 --- a/templates/bitbucket/bitbucket-pipelines.yml +++ b/templates/bitbucket/bitbucket-pipelines.yml @@ -41,8 +41,8 @@ pipelines: fi - | - 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: - - gitgalaxy-results_sarif.json \ No newline at end of file + - gitgalaxy-results_sarif.json