Revert "test"

This reverts commit 21d2520b31.
This commit is contained in:
mlangkabel
2020-02-05 20:20:32 +01:00
parent 21d2520b31
commit 8618c0b01f
2 changed files with 4 additions and 10 deletions
+4
View File
@@ -8,7 +8,11 @@ services: docker
install:
- echo "$TRAVIS_OS_NAME"
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then docker build -t coatisoftware/local deployment/dockerfiles/windows/travis_ci; fi
script:
- COMMIT_HASH=$(git rev-parse HEAD)
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then docker run --name builder coatisoftware/local ${COMMIT_HASH}; fi
-10
View File
@@ -1,10 +0,0 @@
version: 0.0.0.{build}
image: Visual Studio 2017
install:
- docker build -t coatisoftware/local deployment/dockerfiles/windows/travis_ci
build_script:
- docker run --name builder coatisoftware/local