File tree Expand file tree Collapse file tree 3 files changed +0
-45
lines changed Expand file tree Collapse file tree 3 files changed +0
-45
lines changed Original file line number Diff line number Diff line change 46
46
name : request to start recording video
47
47
command : |
48
48
docker-compose -f .circleci/compose.yml exec rails curl chromevideo:9494/start
49
-
50
49
- run :
51
50
name : run tests
52
51
command : |
79
78
command : |
80
79
sleep 3 # wait a bit for the video to finish being made
81
80
docker-compose -f .circleci/compose.yml exec rails curl chromevideo:9494/stop
82
-
83
81
- run :
84
82
name : download the video
85
83
when : always
@@ -170,7 +168,6 @@ jobs:
170
168
command : |
171
169
sleep 3 # wait a bit for the video to finish being made
172
170
docker-compose -f .circleci/compose-unit.yml exec rails-unit curl chromevideo:9494/stop
173
-
174
171
- run :
175
172
name : download the video
176
173
when : always
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -39,9 +39,6 @@ RUN mkdir -p /run/redis && \
39
39
chown -R srv /srv && \
40
40
chgrp -R srv /srv
41
41
42
- RUN chown -R srv /srv && \
43
- chgrp -R srv /srv
44
-
45
42
USER srv
46
43
47
44
RUN mkdir postgres && \
You can’t perform that action at this time.
0 commit comments