before_install.sh in Acquia Content Hub 8
Same filename and directory in other branches
#!/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.shView source
- #!/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