Skip to content

Commit

Permalink
Merge pull request #5 from splunk/INFRA-37943
Browse files Browse the repository at this point in the history
INFRA-37943: Migrate from SSH to HTTPS fir ci-repository-url parameter
  • Loading branch information
harshilgajera-crest authored Sep 28, 2022
2 parents 163814e + e05ca0c commit d0d84b3
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 d0d84b3

Please sign in to comment.