remove redundant condition

This commit is contained in:
Oliver Nocon
2018-10-31 10:36:38 +01:00
committed by GitHub
parent dfd4ed9180
commit 60f44752c7
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
script: docker run --rm -it -v ${TRAVIS_BUILD_DIR}:/docs -w /docs/documentation squidfunk/mkdocs-material:3.0.4 build --clean --verbose --strict
- name: Deploy
if: repo = "SAP/jenkins-library" AND fork = false AND branch = master AND NOT type = pull_request
if: repo = "SAP/jenkins-library" AND branch = master AND NOT type = pull_request
install:
- docker pull squidfunk/mkdocs-material:3.0.4
- |