Skip to content

Commit 91192d5

Browse files
committed
Update docker image links
1 parent acb3c5a commit 91192d5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ language: generic
22
services:
33
- docker
44
before_install:
5-
- docker pull notalex/oh_scm:ubuntu18
5+
- docker pull ohdeployer/ohloh_scm:ubuntu18
66
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"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ $ git checkout -b v3
2424

2525
# To run all tests, we need to start the ssh server and set UTF-8 locale for encoding tests.
2626
$ 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"
2828
# This mounts the current folder into the docker container;
2929
# hence any edits made in ohloh_scm on the host machine would reflect in the container.
3030

0 commit comments

Comments
 (0)