--- kind: pipeline name: default steps: - name: test image: xena/go:1.13.7 commands: - go test ./... environment: CGO_ENABLED: 0 PLURALKIT_TOKEN: from_secret: PLURALKIT_TOKEN PLURALKIT_SYSTEM: tlici PLURALKIT_MEMBER: cddmp - name: docker build image: docker:dind volumes: - name: dockersock path: /var/run/docker.sock commands: - docker build . volumes: - name: dockersock host: path: /var/run/docker.sock