Skip to content

Commit

Permalink
travis/CI
Browse files Browse the repository at this point in the history
  • Loading branch information
solverat committed Jul 13, 2019
1 parent 665f067 commit 0d0aedb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/_etc/bundle_configuration
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#!/usr/bin/env bash

export DACHCOM_BUNDLE_HOME=$TRAVIS_BUILD_DIR
export DACHCOM_BUNDLE_NAME="SearchBundle"
export DACHCOM_BUNDLE_REPO_NAME="search"
export DACHCOM_BUNDLE_NAME="DsTrinityDataBundle"
export DACHCOM_BUNDLE_REPO_NAME="dynamic-search-data-provider-trinity"
export DACHCOM_BUNDLE_COMMIT=$TRAVIS_COMMIT
export DACHCOM_BUNDLE_BRANCH=$TRAVIS_BRANCH

export DACHCOM_BUNDLE_CLASS='SearchBundle\SearchBundle'
export DACHCOM_BUNDLE_INSTALLER_CLASS='SearchBundle\Tool\Install'
export DACHCOM_BUNDLE_CLASS='DsTrinityDataBundle\DsTrinityDataBundle'
export DACHCOM_BUNDLE_INSTALLER_CLASS=false

declare -A DACHCOM_INSTALL_CONFIG_FILES=(
# system files
Expand Down

0 comments on commit 0d0aedb

Please sign in to comment.