13 lines
292 B
YAML
13 lines
292 B
YAML
|
|
||
|
steps:
|
||
|
- name: build
|
||
|
image: registry.gitlab.com/mostlybroken/robertusfaber/dockerx-linux:latest
|
||
|
commands:
|
||
|
- echo "This is the build step"
|
||
|
- echo "binary-data-123" > executable
|
||
|
- pwd
|
||
|
- whoami
|
||
|
- ls -la
|
||
|
- docker compose up
|
||
|
# TODO: mount volume
|