Unverified Commit e6645a38 authored by Nils Goroll's avatar Nils Goroll

Try to work around the issue mentioned in the previous commit

I do not understand why ./bootstrap.sh ends up as 444 when it is checked
into git as 755
parent c488a3b1
......@@ -39,7 +39,7 @@ test:
before_script:
- go get -d github.com/slimhazard/gogitversion
- pushd $GOPATH/pkg/mod/github.com/slimhazard/gogitversion*
- ls -als bootstrap.sh /{,usr}/{,s}bin/*sh*
- chmod a+x ./bootstrap.sh
- make install
- popd
- go get -u golang.org/x/lint/golint
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment