Skip to content

Commit

Permalink
[TS-SELENIUM] Fix containers-happy-path.yaml reference url (#13831)
Browse files Browse the repository at this point in the history
  • Loading branch information
SkorikSergey authored Jul 12, 2019
1 parent 7a323a6 commit 78e3534
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions e2e/files/happy-path/happy-path-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ projects:
components:
- type: kubernetes
alias: petclinic-web
reference: https://raw.githubusercontent.com/eclipse/che/selen-happy-4/e2e/files/happy-path/containers-happy-path.yaml
reference: https://raw.githubusercontent.com/eclipse/che/master/e2e/files/happy-path/containers-happy-path.yaml
selector:
app.kubernetes.io/component: webapp
entrypoints:
Expand All @@ -19,7 +19,7 @@ components:
args: ["-f", "/dev/null"]
- type: kubernetes
alias: petclinic-db
reference: https://raw.githubusercontent.com/eclipse/che/selen-happy-4/e2e/files/happy-path/containers-happy-path.yaml
reference: https://raw.githubusercontent.com/eclipse/che/master/e2e/files/happy-path/containers-happy-path.yaml
selector:
app.kubernetes.io/component: database
- type: dockerimage
Expand All @@ -32,8 +32,6 @@ components:
value: /home/user/.m2
memoryLimit: 4Gi
mountSources: true
- type: cheEditor
id: eclipse/che-theia/next
- type: chePlugin
id: redhat/java/latest
- type: chePlugin
Expand Down

0 comments on commit 78e3534

Please sign in to comment.