Skip to content
Snippets Groups Projects
Commit 71e6585e authored by Felix Kunde's avatar Felix Kunde
Browse files

fix alignment in delivery.yaml

parent 32d202e3
No related branches found
No related tags found
No related merge requests found
......@@ -58,21 +58,21 @@ pipeline:
export IMAGE
make push
- id: "build-operator-ui"
type: "script"
- id: build-operator-ui
type: script
commands:
- desc: "Prepare environment"
- desc: 'Prepare environment'
cmd: |
apt-get update
apt-get install -y build-essential
- desc: "Compile JavaScript app"
- desc: 'Compile JavaScript app'
cmd: |
cd ui
make appjs
- desc: "Build and push Docker image"
- desc: 'Build and push Docker image'
cmd: |
cd ui
image_base='registry-write.opensource.zalan.do/acid/postgres-operator-ui'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment