Skip to content

Commit 8a2ea9f

Browse files
committed
minimal bitrise.yml update
1 parent 37d3b07 commit 8a2ea9f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bitrise.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ workflows:
6161
title: GOLIST_WITHOUT_VENDOR
6262
inputs:
6363
- content: |-
64-
set -e
65-
set -x
64+
set -ex
6665
no_vendor_paths="$(go list ./... | grep -v vendor)"
6766
envman add --key GOLIST_WITHOUT_VENDOR --value "$no_vendor_paths"
6867
- script:

0 commit comments

Comments
 (0)