Skip to content

Commit 9176ddd

Browse files
committed
Run rubocop on ci
1 parent f530b2e commit 9176ddd

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

bin/ci

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/usr/bin/env sh
2+
3+
set -ex
4+
5+
bin/setup
6+
bin/rubocop
7+
bin/m

circle.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ jobs:
2020
docker cp . project:/app
2121
docker start project
2222
docker-compose build $SERVICE_NAME
23-
- run: docker-compose run $SERVICE_NAME bin/setup
24-
- run: docker-compose run $SERVICE_NAME bin/m
23+
- run: docker-compose run $SERVICE_NAME bin/ci
2524
test-2-3:
2625
<<: *test
2726
docker:

0 commit comments

Comments
 (0)