|
|
- kind: pipeline
- name: default
-
- platform:
- os: linux
- arch: arm
-
- steps:
- - name: test
- image: ubuntu:latest
- volumes:
- - name: docker-sock
- path: /var/run/docker.sock
- commands:
- - apt-get update
- - apt-get install -y coreutils make gnutls-bin emacs-nox npm
- - make dependencies
- - make test
-
- volumes:
- - name: docker-sock
- host:
- path: /var/run/docker.sock
|