r-builds/.woodpecker/build.yaml
2024-06-05 12:18:23 +02:00

13 lines
280 B
YAML

when:
event: push
steps:
# - name: Check if files already exist
- name: Build
image: alpine:3.20
commands:
- apk add --no-cache make just aws-cli docker-compose
- just build-r-rhel-9 4.3.3
volumes:
- /var/run/docker.sock:/var/run/docker.sock