Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
eromano committed Nov 20, 2020
1 parent 88250d6 commit 94f07fa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/ci/check-env/check-cs-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

cd $DIR/../../../

echo "====== Check content UP ====="

./node_modules/@alfresco/adf-cli/bin/adf-cli check-cs-env --host "$E2E_HOST" -u "$E2E_USERNAME" -p "$E2E_PASSWORD" || exit 1
2 changes: 2 additions & 0 deletions scripts/ci/check-env/check-ps-cloud-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

cd $DIR/../../../

echo "====== Check PS Cloud UP ====="

./node_modules/@alfresco/adf-cli/bin/adf-cli init-aae-env --host "$E2E_HOST" --oauth "$HOST_SSO" --modelerUsername "$E2E_MODELER_USERNAME" --modelerPassword "$E2E_MODELER_PASSWORD" --devopsUsername "$E2E_DEVOPS_USERNAME" --devopsPassword "$E2E_DEVOPS_PASSWORD" --clientId 'alfresco' || exit 1
2 changes: 2 additions & 0 deletions scripts/ci/check-env/check-ps-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

cd $DIR/../../../

echo "====== Check PS UP ====="

#./node_modules/@alfresco/adf-cli/bin/adf-cli check-ps-env --host "$E2E_HOST" -u "$E2E_USERNAME" -p "$E2E_PASSWORD" || exit 1 TODO chanvge login check SSO

0 comments on commit 94f07fa

Please sign in to comment.