File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ language: generic
2
2
services :
3
3
- docker
4
4
before_install :
5
- - docker pull notalex/oh_scm :ubuntu18
5
+ - docker pull ohdeployer/ohloh_scm :ubuntu18
6
6
script :
7
- - docker run -P -v $(pwd):/home/app/ohloh_scm -ti notalex/oh_scm :ubuntu18 /bin/sh -c "/etc/init.d/ssh start; rubocop && LANG=en_US.UTF-8 rake test 2> /dev/null"
7
+ - docker run -P -v $(pwd):/home/app/ohloh_scm -ti ohdeployer/ohloh_scm :ubuntu18 /bin/sh -c "/etc/init.d/ssh start; rubocop && LANG=en_US.UTF-8 rake test 2> /dev/null"
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ $ git checkout -b v3
24
24
25
25
# To run all tests, we need to start the ssh server and set UTF-8 locale for encoding tests.
26
26
$ cmd=' /etc/init.d/ssh start; LANG=en_US.UTF-8 rake test 2> /dev/null'
27
- $ docker run -P -v $( pwd) :/home/app/ohloh_scm -ti notalex/oh_scm :ubuntu18 /bin/sh -c " $cmd "
27
+ $ docker run -P -v $( pwd) :/home/app/ohloh_scm -ti ohdeployer/ohloh_scm :ubuntu18 /bin/sh -c " $cmd "
28
28
# This mounts the current folder into the docker container;
29
29
# hence any edits made in ohloh_scm on the host machine would reflect in the container.
30
30
You can’t perform that action at this time.
0 commit comments