mirror of
https://github.com/volatiletech/authboss.git
synced 2025-02-13 13:58:38 +02:00
Fix bash syntax error
This commit is contained in:
parent
2ad0b44760
commit
34666f0c63
@ -30,5 +30,5 @@ test:
|
||||
- >
|
||||
if [ -n "$COVERALLS_TOKEN" ]; then
|
||||
cd /home/ubuntu/.go_project/src/gopkg.in/authboss.v0 &&
|
||||
/home/ubuntu/.go_project/bin/goveralls -coverprofile=$CIRCLE_ARTIFACTS/coverage.txt -service=circle-ci -repotoken=$COVERALLS_TOKEN
|
||||
/home/ubuntu/.go_project/bin/goveralls -coverprofile=$CIRCLE_ARTIFACTS/coverage.txt -service=circle-ci -repotoken=$COVERALLS_TOKEN;
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user