Skip to content

Commit

Permalink
Use r24b04p0g2 tag for CI/CD image
Browse files Browse the repository at this point in the history
  • Loading branch information
extsoft authored and AntonKarabaza committed Nov 10, 2017
1 parent 32527a2 commit 60acb89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rultor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
architect: extsoft
docker:
image: extsoft/rultor-runtime:r24b04p0
image: extsoft/rultor-runtime:r24b04p0g2
as_root: true
merge:
fast-forward: only
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sudo: required
language: bash
services: docker
script: docker run -t --rm -v $PWD:/src -w /src extsoft/rultor-runtime:r24b04p0 ./run-tests
script: docker run -t --rm -v $PWD:/src -w /src extsoft/rultor-runtime:r24b04p0g2 ./run-tests
notifications:
email: false

0 comments on commit 60acb89

Please sign in to comment.