Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

Commit

Permalink
Remove faf-stack before running docker build
Browse files Browse the repository at this point in the history
Signed-off-by: Igor Kotrasinski <i.kotrasinsk@gmail.com>
  • Loading branch information
Igor Kotrasinski committed Nov 23, 2018
1 parent 86cc17d commit b0e0d72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ after_success:
- coveralls
- export IMAGE_TAG=faf-aio-replayserver;
- export REPO=faforever/faf-aio-replayserver;
- sudo rm -rf "./faf-stack" # faf-db leaves some -r files, docker complains about these
- if [ -n "${TRAVIS_TAG}" ]; then
docker build -t ${IMAGE_TAG} . &&
echo "${DOCKER_PASSWORD}" | docker login -u "${DOCKER_USERNAME}" --password-stdin &&
Expand Down

0 comments on commit b0e0d72

Please sign in to comment.