Browse Source

Update devfile.yaml

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

2
devfile.yaml

@ -34,7 +34,7 @@ commands:
actions: actions:
- workdir: '${CHE_PROJECTS_ROOT}/golang-health-check' - workdir: '${CHE_PROJECTS_ROOT}/golang-health-check'
type: exec type: exec
command: if [ -f tools.go ]; then go install -v $(go list -f '{{join .Imports " "}}' tools.go; fi command: if [ -f tools.go ]; then go install -v $(go list -f '{{join .Imports " "}}' tools.go); fi
component: go-cli component: go-cli
- name: 1. Build the application - name: 1. Build the application
actions: actions:

Loading…
Cancel
Save