Skip to content

Commit

Permalink
Merge pull request tektoncd#647 from chmouel/add-files
Browse files Browse the repository at this point in the history
Make sure to add -a to commit or files would not be staged
  • Loading branch information
openshift-merge-robot authored Apr 13, 2021
2 parents 14615d4 + 77084d9 commit 0080906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openshift/release/update-to-head.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ find . -type f -name '*.go' -o -name '*.yaml' | \
-e 's,image: ubuntu$,image: public.ecr.aws/ubuntu/ubuntu:latest,' -e 's,"ubuntu","public.ecr.aws/ubuntu/ubuntu",g' \
-e 's,"busybox","mirror.gcr.io/library/busybox",g' -e 's,image: busybox$,image: mirror.gcr.io/library/busybox,'

git commit -m ":robot: Switching image from docker.io to public cloud providers registry"
git commit -a -m ":robot: Switching image from docker.io to public cloud providers registry"

git push -f ${OPENSHIFT_REMOTE} release-next

Expand Down

0 comments on commit 0080906

Please sign in to comment.