Skip to content

Commit

Permalink
Provide full path to python binary. Correct Concourse build URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
svenaas committed May 6, 2024
1 parent 9ac6131 commit 16ed263
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/pipeline-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ jobs:
inputs: [name: src]
outputs: [name: src]
run:
path: python
path: /usr/bin/python
args:
- -m
- pip_audit
Expand All @@ -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))
Expand Down

0 comments on commit 16ed263

Please sign in to comment.