mirror of
https://github.com/Alfresco/acs-community-packaging.git
synced 2026-09-16 18:13:21 +00:00
Fix develop branch usage instead of master
This commit is contained in:
+2
-2
@@ -23,8 +23,8 @@ branches:
|
||||
matrix:
|
||||
include:
|
||||
- name: "WhiteSource scan"
|
||||
# only on develop and if it is not a PR
|
||||
if: fork = false AND branch = develop AND type != pull_request
|
||||
# only on master and if it is not a PR
|
||||
if: fork = false AND branch = master AND type != pull_request
|
||||
install:
|
||||
- travis_retry travis_wait 30 mvn -q install "-Dversion.edition=${VERSION_EDITION}" -f war/pom.xml
|
||||
script:
|
||||
|
||||
Reference in New Issue
Block a user