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
6 additions and
0 deletions
-
devfile.yaml
|
|
@ -42,6 +42,12 @@ commands: |
|
|
type: exec |
|
|
type: exec |
|
|
command: ./golang-health-check |
|
|
command: ./golang-health-check |
|
|
component: go-cli |
|
|
component: go-cli |
|
|
|
|
|
- name: 3. Build and deploy in OpenShift |
|
|
|
|
|
actions: |
|
|
|
|
|
- workdir: '${CHE_PROJECTS_ROOT}/golang-health-check' |
|
|
|
|
|
type: exec |
|
|
|
|
|
command: oc process -f .openshiftio/application.yaml -p SOURCE_REPOSITORY_URL=https://github.com/nmasse-itix/test-crw.git | oc apply -f - |
|
|
|
|
|
component: go-cli |
|
|
- name: Debug configuration |
|
|
- name: Debug configuration |
|
|
actions: |
|
|
actions: |
|
|
- referenceContent: | |
|
|
- referenceContent: | |
|
|
|