Skip to content

Commit

Permalink
Minor cleanup
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 16dde64 commit ad2ee77
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,7 @@ else
fi
pr_repo_url="https://github.com/${GITHUB_REPOSITORY}.git"


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

0 comments on commit ad2ee77

Please sign in to comment.