Skip to content

Commit

Permalink
Update entrypoint command
Browse files Browse the repository at this point in the history
Signed-off-by: Tanner Lewis <lewijacn@amazon.com>
  • Loading branch information
lewijacn committed Sep 18, 2024
1 parent 6220b82 commit beca71f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pr_repo_url="https://github.com/${GITHUB_REPOSITORY}.git"


echo "Running jenkins test on repo: $pr_repo_url and branch: $branch_name"
pipenv run python3 default_webhook_trigger.py \
pipenv run python3 /webhook-trigger/default_webhook_trigger.py \
--jenkins_url="${INPUT_JENKINS_URL}" \
--pipeline_token="${INPUT_API_TOKEN}" \
--job_name="${INPUT_JOB_NAME}" \
Expand Down

0 comments on commit beca71f

Please sign in to comment.