mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACA-3190] Update env from travis (#1430)
* Update env from travis * update permissions * install script fix
This commit is contained in:
7
scripts/install.sh
Executable file
7
scripts/install.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
if [ "${TRAVIS_BRANCH}" != "master" ]; then
|
||||
./scripts/update-version.sh -v alpha
|
||||
fi
|
Reference in New Issue
Block a user