Update before_install.sh

This commit is contained in:
Eugenio Romano 2020-07-13 22:28:56 +01:00 committed by GitHub
parent f34db75488
commit 84dfdbdb7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ pip install --user awscli
export NODE_OPTIONS="--max_old_space_size=30000"
export GIT_HASH=`git rev-parse HEAD`
S3_DBP_PATH="s3://alfresco-travis-builds/dbp"
S3_DBP_PATH="s3://alfresco-travis-builds/aca"
export BASE_HASH="$(git describe --tags `git rev-list --tags --max-count=1`)"
export HEAD_HASH="HEAD"