Skip to content

Commit

Permalink
Switch to yastdevel/ruby docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Aug 24, 2017
1 parent 6129d4a commit e2c735e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -7,6 +7,6 @@ before_install:
- docker build -t yast-installation-image .

script:
# the "storage-ng-travis-ruby" script is included in the base yastdevel/storage-ng image
# see https://github.com/yast/docker-storage-ng/blob/master/storage-ng-travis-ruby
- docker run -it -e TRAVIS=1 -e TRAVIS_JOB_ID="$TRAVIS_JOB_ID" yast-installation-image storage-ng-travis-ruby
# the "yast-travis-ruby" script is included in the base yastdevel/ruby image
# see https://github.com/yast/docker-yast-ruby/blob/master/yast-travis-ruby
- docker run -it -e TRAVIS=1 -e TRAVIS_JOB_ID="$TRAVIS_JOB_ID" yast-installation-image yast-travis-ruby
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,3 +1,3 @@
FROM yastdevel/storage-ng
FROM yastdevel/ruby
COPY . /usr/src/app

0 comments on commit e2c735e

Please sign in to comment.