Remove publish pipeline

master
Jonas Franz 4 years ago
parent 4d078cf108
commit a89693c1ad
Signed by: JonasFranzDEV
GPG Key ID: 7293A220B7C38080
  1. 19
      .drone.yml

@ -12,21 +12,4 @@ steps:
- name: build
image: google/dart:2
commands:
- pub publish --dry-run
---
kind: pipeline
name: publish
depends_on:
- default
steps:
- name: publish
image: google/dart:2
environment:
PUB_CREDENTIALS:
fromSecret: PUB_CREDENTIALS
commands:
- mkdir ~/.pub-cache && echo $PUB_CREDENTIALS > ~/.pub-cache/credentials.json
- pub publish -f
- pub publish --dry-run
Loading…
Cancel
Save