Skip to content

Commit

Permalink
INFRA-37943: Migrate from SSH to HTTPS fir ci-repository-url parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
hbrewster-splunk committed Sep 27, 2022
1 parent 163814e commit e05ca0c
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 @@ -25,7 +25,7 @@ else
fi

WORKFLOW_NAME=`argo submit -v -o json --from wftmpl/${1} -n ${2} -l workflows.argoproj.io/workflow-template=${1} --argo-base-href '' \
-p ci-repository-url="git@github.com:${GITHUB_REPOSITORY}.git" \
-p ci-repository-url="https://github.com/${GITHUB_REPOSITORY}.git" \
-p ci-commit-sha=${BRANCH_NAME} -p delay-destroy=${3} \
-p addon-url="${4}" \
-p job-name=${5} \
Expand Down

0 comments on commit e05ca0c

Please sign in to comment.