mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
* add upload license script * remvove * Remove the siteFolder property when create a new repo because not compatible with activiti 1.11.1.1 Co-authored-by: MaurizioVitale <mauriziovitale@XXXX-MBP-1818.local>
10 lines
289 B
Bash
Executable File
10 lines
289 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
|
|
cd $DIR/../../../
|
|
|
|
echo "====== Check PS UP ====="
|
|
|
|
./node_modules/@alfresco/adf-cli/bin/adf-cli init-aps-env --host "$E2E_HOST" -u "$E2E_USERNAME" -p "$E2E_PASSWORD" --license "$AWS_S3_BUCKET_ACTIVITI_LICENSE"
|