APPS-241: - address PR comments

- extract release version and development version from commit message
This commit is contained in:
ehardon
2020-10-07 16:02:26 +03:00
parent c18dda6c06
commit d42e5854a3
6 changed files with 32 additions and 23 deletions

View File

@@ -1,12 +1,12 @@
#!/bin/bash
#!/usr/bin/env bash
set -e
if [ $1 == 'community' ]; then
mkdir "artifacts_dir"
cp rm-community/rm-community-repo/target/alfresco-rm-*community*amp artifacts_dir
cp rm-community/rm-community-share/target/alfresco-rm-*community*amp artifacts_dir
cd artifacts_dir
zip alfresco-rm-community-${RELEASE_VERSION}.zip *amp
cp alfresco-rm-community-${RELEASE_VERSION}.zip artifacts_dir
ls artifacts_dir
#elif [ $1 == "enterprise" ]; then
fi