siamaksade / openshift-jenkins-demo

CI/CD Demo on OpenShift
http://www.openshift.com
530 stars 928 forks source link

Gogs will no longer be deployed #139

Closed rbaumgar closed 4 years ago

rbaumgar commented 4 years ago

./provision deploy

repository gogs-openshift-decker does no longer exist. correct: github.com/siamaksade/gogs

cmelim commented 4 years ago

I had the same error, the solution is to change the .yml file, rewind the url https://raw.githubusercontent.com/siamaksade/gogs-openshift-docker/master/openshift/gogs-template.yaml and https: // raw.githubusercontent.com/siamaksade/gogs-openshift-docker/master/openshift/gogs-persistent-template.yaml for

https://raw.githubusercontent.com/OpenShiftDemos/gogs-openshift-docker/master/openshift/gogs-template.yaml and https://raw.githubusercontent.com/OpenShiftDemos/gogs-openshift-docker/master/openshift/gogs-persistent-template.yaml

Also, if you want to do the installation at this time, I recommend that you change line 171 of the provision.sh file, since this step refers to this repository, what you can do is upload the cicd file to a repo git template.yaml.

siamaksade commented 4 years ago

Fixed with 23b96871f18168b80cf92a9a56c1d82437270be6