Skip to content

Commit ae95b14

Browse files
committed
better godeps-update workflow
1 parent 69a6130 commit ae95b14

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

bitrise.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,13 @@ workflows:
112112
inputs:
113113
- content: |-
114114
#!/bin/bash
115-
set -e
116-
set -x
115+
set -ex
116+
117+
go get -u -t ./...
118+
rm -rf ./Godeps
119+
rm -rf ./vendor
117120
godep save ./...
121+
118122
create-release:
119123
steps:
120124
- ensure-clean-git:

0 commit comments

Comments
 (0)