Browse Source

Update devfile.yaml

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

6
devfile.yaml

@ -42,6 +42,12 @@ commands:
type: exec
command: ./golang-health-check
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
actions:
- referenceContent: |

Loading…
Cancel
Save