Skip to content

Commit

Permalink
refactor: move client/go/bot in core/bot
Browse files Browse the repository at this point in the history
  • Loading branch information
moul committed Nov 5, 2018
1 parent a18e23b commit e237b53
Show file tree
Hide file tree
Showing 16 changed files with 0 additions and 509 deletions.
10 changes: 0 additions & 10 deletions .circleci/config.yml
Expand Up @@ -151,16 +151,6 @@ jobs:
command: |
cd core
TEST_SLEEP_BETWEEN_STEPS=1s TEST_OPTS="$TEST_OPTS" /tmp/retry -m 3 make test | tee /tmp/test-results/go-test-report.out
- run:
name: test client (bot)
command: |
cd client/go/bot
/tmp/retry -m 3 go test $TEST_OPTS -v . | tee /tmp/test-results/go-test-report.out
/tmp/retry -m 3 go install -v .
cd ./examples/berty-bot-example
/tmp/retry -m 3 go test $TEST_OPTS -v . | tee /tmp/test-results/go-test-report.out
/tmp/retry -m 3 go install -v .
- run:
name: test gomobile
command: |
Expand Down
1 change: 0 additions & 1 deletion client/go/bot/examples/berty-bot-example/.gitignore

This file was deleted.

9 changes: 0 additions & 9 deletions client/go/bot/examples/berty-bot-example/Dockerfile

This file was deleted.

Empty file.
15 changes: 0 additions & 15 deletions client/go/bot/examples/berty-bot-example/docker-compose.yml

This file was deleted.

10 changes: 0 additions & 10 deletions client/go/bot/examples/berty-bot-example/go.mod

This file was deleted.

210 changes: 0 additions & 210 deletions client/go/bot/examples/berty-bot-example/go.sum

This file was deleted.

34 changes: 0 additions & 34 deletions client/go/bot/examples/berty-bot-example/main.go

This file was deleted.

8 changes: 0 additions & 8 deletions client/go/bot/go.mod

This file was deleted.

212 changes: 0 additions & 212 deletions client/go/bot/go.sum

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e237b53

Please sign in to comment.