mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
APPS-241: Set up pre-commit plugin and enterprise release step
- Added enterprise release stage and used existing configuration as the one for community release
This commit is contained in:
@@ -9,5 +9,11 @@ if [ $1 == 'community' ]; then
|
||||
cd artifacts_dir
|
||||
zip alfresco-rm-community-${RELEASE_VERSION}.zip *amp
|
||||
ls artifacts_dir
|
||||
#elif [ $1 == "enterprise" ]; then
|
||||
elif [ $1 == "enterprise" ]; then
|
||||
mkdir "artifacts_dir"
|
||||
cp rm-enterprise/rm-enterprise-repo/target/alfresco-rm-*enterprise*amp artifacts_dir
|
||||
cp rm-enterprise/rm-enterprise-share/target/alfresco-rm-*enterprise*amp artifacts_dir
|
||||
cd artifacts_dir
|
||||
zip alfresco-rm-enterprise-${RELEASE_VERSION}.zip *amp
|
||||
ls artifacts_dir
|
||||
fi
|
||||
|
Reference in New Issue
Block a user