From 16ed26316b4da3c76f92688a592da2a5cf6d8c00 Mon Sep 17 00:00:00 2001 From: Sven Aas Date: Mon, 6 May 2024 12:35:14 -0400 Subject: [PATCH] Provide full path to python binary. Correct Concourse build URL. --- ci/pipeline-dev.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/pipeline-dev.yml b/ci/pipeline-dev.yml index 33a7d06..bb2dfa4 100644 --- a/ci/pipeline-dev.yml +++ b/ci/pipeline-dev.yml @@ -213,7 +213,7 @@ jobs: inputs: [name: src] outputs: [name: src] run: - path: python + path: /usr/bin/python args: - -m - pip_audit @@ -233,7 +233,7 @@ jobs: params: text: | :x: FAILED: dependency audit on pages-build-container pr-((git-branch)) - <$ATC_EXTERNAL_URL/teams/$BUILD_TEAM_NAME/pipelines/$BUILD_PIPELINE_NAME/jobs/$BUILD_JOB_NAME/builds/$BUILD_NAME?vars.deploy-env="((deploy-env))"|View build details> + <$ATC_EXTERNAL_URL/teams/$BUILD_TEAM_NAME/pipelines/$BUILD_PIPELINE_NAME/jobs/$BUILD_JOB_NAME/builds/$BUILD_NAME?vars.deploy-env="((deploy-env))&vars.git-branch="((git-branch))""|View build details> channel: ((slack-channel)) username: ((slack-username)) icon_url: ((slack-icon-url))