18 lines
224 B
YAML
18 lines
224 B
YAML
kind: pipeline
|
|
type: docker
|
|
name: default
|
|
|
|
steps:
|
|
- name: build
|
|
image: archlinux:base-devel
|
|
volumes:
|
|
- name: repo
|
|
path: /repo
|
|
commands:
|
|
- ./build.sh
|
|
|
|
volumes:
|
|
- name: repo
|
|
host:
|
|
path: /mnt/archlinux/nyyu
|