Nicolas MASSE
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
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: |
|
|
|