Files
acs-community-packaging/scripts/travis/prepareEngineeringRelease.sh
T
David Edwards 059e085d6e Add script to create deployment directory
This allows a single s3 deploy stage and provides a workaround for the glob alias not working as expected in travis.yml
[trigger release]
2020-03-03 10:53:27 +00:00

8 lines
236 B
Bash

#!/usr/bin/env bash
set -ev
DEPLOYMENT_DIR=deploy_dir
mkdir $DEPLOYMENT_DIR -p
cp war/target/alfresco.war ${DEPLOYMENT_DIR}
cp distribution/target/alfresco-content-services-community-distribution-$release_version.zip ${DEPLOYMENT_DIR}