File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44 namespace : openshift
55 source :
66 git :
7- uri : https://github.com/hybrid-cloud-patterns /s2i-cli-tools
7+ uri : https://github.com/validatedpatterns /s2i-cli-tools
88 contextDir : containerfiles
99 strategy :
1010 dockerStrategy :
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ global:
2626 app :
2727 gatling :
2828 image : quay.io/hybridcloudpatterns/gatling:latest
29- repo : https://github.com/hybrid-cloud-patterns /spring-petclinic-gatling
29+ repo : https://github.com/validatedpatterns /spring-petclinic-gatling
3030 zapImage : quay.io/hybridcloudpatterns/zap2docker-stable
3131 crdaImage : quay.io/jchraibi/crda-image:0.1
3232 petclinic :
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ if [ "$1" = "-h" ]; then
77 echo " $0 <subtree_repo> <subtree_branch> <subtree_remote_name>"
88 echo
99 echo " Run without arguments, the script would run as if these arguments had been passed:"
10- echo " $0 https://github.com/hybrid-cloud-patterns /common.git main common-subtree"
10+ echo " $0 https://github.com/validatedpatterns /common.git main common-subtree"
1111 echo
1212 echo " Please ensure the git subtree command is available. On RHEL/Fedora, the git subtree command"
1313 echo " is in a separate package called git-subtree"
4141if [ " $1 " ]; then
4242 subtree_repo=$1
4343else
44- subtree_repo=https://github.com/hybrid-cloud-patterns /common.git
44+ subtree_repo=https://github.com/validatedpatterns /common.git
4545fi
4646
4747if [ " $2 " ]; then
You can’t perform that action at this time.
0 commit comments