1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2026-01-09 12:48:27 +00:00

Migrate release process from travis to github (#175)

* set fetch depth to 0
* Only snapshot when not tagged
* Run deploy for v* tags
* travis: remove deploy stage
This commit is contained in:
James Hillyerd
2020-09-05 14:21:42 -07:00
committed by GitHub
parent 2934d799ef
commit ce5bfddaa5
2 changed files with 17 additions and 21 deletions

View File

@@ -25,22 +25,6 @@ jobs:
script:
- "elm-format --validate ."
- "npm run build"
- stage: deploy
go: "1.15.x"
before_install:
- "nvm install 10.19.0"
install:
- "cd ui"
- "npm ci"
- "npm run build"
- "cd .."
script: "curl -sL https://git.io/goreleaser | bash"
addons:
apt:
packages:
- rpm
stages:
- test
- name: deploy
if: tag IS present