mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
fix s3 and diff branch
This commit is contained in:
@@ -5,8 +5,8 @@ pip install --user awscli
|
||||
export NODE_OPTIONS="--max_old_space_size=30000"
|
||||
export GIT_HASH=`git rev-parse HEAD`
|
||||
echo "GIT_HASH: $GIT_HASH"
|
||||
S3_DBP_PATH="s3://alfresco-travis-builds/dbp"
|
||||
export BASE_HASH="$(git describe --tags `git rev-list --tags --max-count=1`)"
|
||||
S3_DBP_PATH="s3://alfresco-travis-builds/adf"
|
||||
export BASE_HASH="$(git merge-base origin/$BRANCH_NAME HEAD)"
|
||||
export HEAD_HASH="HEAD"
|
||||
|
||||
if [ "${TRAVIS_EVENT_TYPE}" == "push" ]; then
|
||||
|
Reference in New Issue
Block a user