rstring-builder 0.1.0

String builder type
Documentation
kind: pipeline
name: default

steps:
  - name: publish
    image: rust:1.33-slim
    volumes:
      - name: cargo
        path: /root/.cargo
    commands:
      - sh -f /root/.cargo/credentials
      - cargo publish

volumes:
  - name: cargo
    host:
      path: /data/mount/cargo

trigger:
#  branch:
#    - master
  event:
    - tag