Browse Source

Update devfile.yaml

master
Nicolas MASSE 4 years ago
committed by GitHub
parent
commit
ce25a6c661
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      devfile.yaml

4
devfile.yaml

@ -4,7 +4,7 @@ metadata:
projects: projects:
- name: golang-health-check - name: golang-health-check
source: source:
location: 'https://github.com/nmasse-itix/test-crw.git' location: 'https://github.com/nmasse-itix/crw-sample-app.git'
type: git type: git
branch: master branch: master
components: components:
@ -46,7 +46,7 @@ commands:
actions: actions:
- workdir: '${CHE_PROJECTS_ROOT}/golang-health-check' - workdir: '${CHE_PROJECTS_ROOT}/golang-health-check'
type: exec type: exec
command: oc process -f .openshiftio/application.yaml -p SOURCE_REPOSITORY_URL=https://github.com/nmasse-itix/test-crw.git | oc apply -f - command: oc process -f .openshiftio/application.yaml -p SOURCE_REPOSITORY_URL=https://github.com/nmasse-itix/crw-sample-app.git | oc apply -f -
component: go-cli component: go-cli
- name: Debug configuration - name: Debug configuration
actions: actions:

Loading…
Cancel
Save