Skip to content

Commit c5a6f83

Browse files
committedFeb 16, 2018
Could jenkins please work now?
1 parent d0ee211 commit c5a6f83

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed
 

Diff for: ‎build/fetch_plugins.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ while IFS= read -r line; do
1515
for line2 in `cat $PWD/build/plugins.txt`; do
1616
echo $line2
1717
FILE="$FILE _ \"$line2\"\n"
18-
glide get $line2 || true
18+
$GOPATH/bin/glide get $line2 || true
1919
done
2020
fi
2121
fi

Diff for: ‎glide.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ import:
3232
version: v1.1.0
3333
- package: github.com/ulule/limiter
3434
- package: gopkg.in/kataras/iris.v6
35-
vcs: git
36-
repo: https://github.com/kataras/iris.git
3735
version: v6
3836
subpackages:
3937
- adaptors/httprouter

0 commit comments

Comments
 (0)
Please sign in to comment.