Skip to content

Commit

Permalink
Merge c9174b1 into 7ae8c7a
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Aug 24, 2017
2 parents 7ae8c7a + c9174b1 commit 1371b18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
10 changes: 3 additions & 7 deletions .travis.yml
Expand Up @@ -6,10 +6,6 @@ services:
before_install:
- docker build -t yast-update-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
#
# FIXME: using this special image in Travis is still needed while the merge of
# storage-ng and master is not complete. It should be switched to YaST standard
# docker image soon.
- docker run -it -e TRAVIS=1 -e TRAVIS_JOB_ID="$TRAVIS_JOB_ID" yast-update-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-update-image yast-travis-ruby
5 changes: 1 addition & 4 deletions Dockerfile
@@ -1,6 +1,3 @@
# FIXME: using this special image in Travis is still needed while the merge of
# storage-ng and master is not complete. It should be switched to YaST standard
# docker image soon.
FROM yastdevel/storage-ng
FROM yastdevel/ruby
COPY . /usr/src/app

0 comments on commit 1371b18

Please sign in to comment.