You are here

before_install.sh in Acquia Content Hub 8

Same filename and directory in other branches
  1. 8.2 tests/travis/before_install.sh
#!/usr/bin/env bash

set -ev

cd "$(dirname "$0")" || exit; source _includes.sh

if [[ "$ORCA_JOB" == "STATIC_CODE_ANALYSIS" ]]; then
  rm -Rf "$ORCA_SUT_DIR/acquia_contenthub_subscriber/ember"
fi

File

tests/travis/before_install.sh
View source
  1. #!/usr/bin/env bash
  2. set -ev
  3. cd "$(dirname "$0")" || exit; source _includes.sh
  4. if [[ "$ORCA_JOB" == "STATIC_CODE_ANALYSIS" ]]; then
  5. rm -Rf "$ORCA_SUT_DIR/acquia_contenthub_subscriber/ember"
  6. fi