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
1 additions and
1 deletions
-
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: |
|
|
|