Skip to content

Commit

Permalink
Update CI files
Browse files Browse the repository at this point in the history
  • Loading branch information
ancorgs committed Mar 3, 2017
1 parent a6c5412 commit 44a86d4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -6,6 +6,6 @@ services:
before_install:
- docker build -t yast-update-image .
script:
# 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
# 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-update-image storage-ng-travis-ruby
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,3 +1,3 @@
FROM yastdevel/ruby
FROM yastdevel/storage-ng
COPY . /usr/src/app

4 changes: 4 additions & 0 deletions Rakefile
Expand Up @@ -3,4 +3,8 @@ require "yast/rake"
Yast::Tasks.configuration do |conf|
#lets ignore license check for now
conf.skip_license_check << /.*/
# Commit to the storage-ng project
conf.obs_project = "YaST:storage-ng"
# Make sure 'rake osc:sr' fails
conf.obs_sr_project = nil
end

0 comments on commit 44a86d4

Please sign in to comment.