mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Added the a Engineering Release stage and Company Release stage to travis.yml and added any required credentials to Travis. Each release stage is triggered by a specific commit message, as listed in the "stages" section of travis.yml. Provided a commit message to skip test stages if required, to speed up release process. Global variables have been added to set the release version, development version and the community release version for the release stages.
41 lines
502 B
Plaintext
41 lines
502 B
Plaintext
*.class
|
|
|
|
# Eclipse
|
|
.classpath
|
|
.settings
|
|
.project
|
|
|
|
# Intellij
|
|
.idea/
|
|
*.iml
|
|
*.iws
|
|
|
|
#VSCode
|
|
/.vscode
|
|
|
|
# Mac
|
|
.DS_Store
|
|
|
|
# Maven
|
|
target
|
|
*.log
|
|
*.log.*
|
|
|
|
|
|
# Package Files #
|
|
*.jar
|
|
*.war
|
|
*.ear
|
|
|
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
|
hs_err_pid*
|
|
|
|
# Alfresco
|
|
alf_data/
|
|
|
|
helm/alfresco-content-services-community/charts/*
|
|
helm/alfresco-content-services-community/requirements.lock
|
|
helm/alfresco-content-services-community*.tgz
|
|
|
|
# Travis deployment folder
|
|
deploy_dir |