update dockerfile

pull/559/head
Igor 2023-09-27 11:14:34 +03:00 committed by ivinokur
parent 2fff68b014
commit 9f52db9e73
1 changed files with 12 additions and 2 deletions

View File

@ -13,9 +13,9 @@ components:
- name: m2
volume: {}
commands:
- id: build
- id: buildsources
exec:
label: "1. Build"
label: "1. Build sources"
component: tools
workingDir: ${PROJECT_SOURCE}
commandLine: |
@ -23,3 +23,13 @@ commands:
group:
kind: build
isDefault: true
- id: buildimage
exec:
label: "2. Build image"
component: tools
workingDir: ${PROJECT_SOURCE}
commandLine: |
./build/build.sh
group:
kind: build
isDefault: true