Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blue #33

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Blue #33

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions app-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,9 @@ parameters:
- description: Git source URI for application
name: SOURCE_URL
required: true
value: https://github.com/openshiftdemos/openshift-tasks
#value: http://testYOUR#-gogs.apps.cluster-CLUSTER_NAME.example.opentlc.com/testdrive/openshift-tasks
#value: https://github.com/mirkhala/openshift-tasks
value: https://[email protected]/magdamartinez/OpenShift%20Tasks%20Web%20-%20Delivery%20plans/_git/openshift-tasks
- description: Git branch/tag reference
name: SOURCE_REF
value: master
value: blue
4 changes: 2 additions & 2 deletions src/main/webapp/index.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<html lang="en-us">
<!--<![endif]-->
<head>
<title>OpenShift Demo Tasks</title>
<title>OpenShift Demo Tasks Blue</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Expand Down Expand Up @@ -42,7 +42,7 @@
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">
OpenShift Tasks Demo
OpenShift Tasks Blue
</a>
</div>
<div class="collapse navbar-collapse navbar-collapse-1">
Expand Down