Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kingster committed Mar 29, 2021
1 parent c118681 commit 5693488
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ addons:
packages:
- docker-ce
- tree
- rename
services:
- docker
branches:
Expand Down Expand Up @@ -37,6 +38,9 @@ before_install:
script:
- docker run -v "$HOME/oreka-build":/oreka-build -v "$TRAVIS_BUILD_DIR":/oreka-src -i "oreka-$OS_TAG" bash /entrypoint.sh
- ls -ltrah $HOME/oreka-build/distribution
- rename "s/(.*)\.deb/$1_$OS_TAG.deb/" $HOME/oreka-build/distribution/*
- ls -ltrah $HOME/oreka-build/distribution

before_cache:
- docker save -o $HOME/docker_images/images.tar $(docker images -a -q)

Expand Down

0 comments on commit 5693488

Please sign in to comment.