Skip to content

Commit

Permalink
Use HTTPS for checkout, avoid deletion of README (openshift-service-m…
Browse files Browse the repository at this point in the history
…esh#16)

Apparently we can't use SSH checkouts in prow.

Signed-off-by: Daniel Grimm <dgrimm@redhat.com>
  • Loading branch information
dgn authored Apr 24, 2024
1 parent 7cefe83 commit 5fbdbe3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ossm/merge_upstream.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ fi
GIT_COMMIT_MESSAGE=${GIT_COMMIT_MESSAGE:-"Automated merge"}

MERGE_STRATEGY=${MERGE_STRATEGY:-"merge"}
MERGE_REPOSITORY=${MERGE_REPOSITORY:-"git@github.com:istio-ecosystem/sail-operator.git"}
MERGE_REPOSITORY=${MERGE_REPOSITORY:-"https://github.com/istio-ecosystem/sail-operator.git"}
MERGE_BRANCH=${MERGE_BRANCH:-"main"}

merge() {
Expand All @@ -53,7 +53,7 @@ main () {
if ! merge; then
set -e
echo "Conflicts detected, attempting to run 'make gen' to resolve."
rm -rf bundle resources
rm -rf bundle/**/*.yaml resources
make gen
git add bundle resources chart
git -c "user.name=$GIT_USERNAME" -c "user.email=$GIT_EMAIL" commit --no-edit
Expand Down

0 comments on commit 5fbdbe3

Please sign in to comment.