Skip to content

Commit 193628b

Browse files
committed
remove unnecessary
1 parent 5fc69ae commit 193628b

File tree

3 files changed

+0
-45
lines changed

3 files changed

+0
-45
lines changed

.circleci/config.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ jobs:
4646
name: request to start recording video
4747
command: |
4848
docker-compose -f .circleci/compose.yml exec rails curl chromevideo:9494/start
49-
5049
- run:
5150
name: run tests
5251
command: |
@@ -79,7 +78,6 @@ jobs:
7978
command: |
8079
sleep 3 # wait a bit for the video to finish being made
8180
docker-compose -f .circleci/compose.yml exec rails curl chromevideo:9494/stop
82-
8381
- run:
8482
name: download the video
8583
when: always
@@ -170,7 +168,6 @@ jobs:
170168
command: |
171169
sleep 3 # wait a bit for the video to finish being made
172170
docker-compose -f .circleci/compose-unit.yml exec rails-unit curl chromevideo:9494/stop
173-
174171
- run:
175172
name: download the video
176173
when: always

config/puma.rb

Lines changed: 0 additions & 39 deletions
This file was deleted.

docker/unit/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ RUN mkdir -p /run/redis && \
3939
chown -R srv /srv && \
4040
chgrp -R srv /srv
4141

42-
RUN chown -R srv /srv && \
43-
chgrp -R srv /srv
44-
4542
USER srv
4643

4744
RUN mkdir postgres && \

0 commit comments

Comments
 (0)