Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ymmt2005 committed Oct 21, 2018
1 parent d62b52f commit e46221f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
./restart
- run: |
cd ./test/spf13
ln -s main.go_ main.go
ln -s root.go_ root.go
cp main.go_ main.go
cp root.go_ root.go
go build .
./spf13 --config=.spf13.yml --loglevel=critical

0 comments on commit e46221f

Please sign in to comment.