Skip to content

Commit

Permalink
Make sure the cfg can be copied in any travis environment
Browse files Browse the repository at this point in the history
  • Loading branch information
bolkedebruin authored and mistercrunch committed Oct 21, 2015
1 parent 76779fb commit 039a1e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/ci/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ echo "Using ${HADOOP_DISTRO} distribution of Hadoop from ${HADOOP_HOME}"
pwd

mkdir ~/airflow/
cp /home/travis/build/airbnb/airflow/scripts/ci/airflow_travis.cfg ~/airflow/unittests.cfg
cp ${TRAVIS_BUILD_DIR}/airbnb/airflow/scripts/ci/airflow_travis.cfg ~/airflow/unittests.cfg
./run_unit_tests.sh
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ setenv =
hdp: HADOOP_HOME=/tmp/hadoop-hdp
hdp: KRB5_CONFIG=/tmp/minikdc/work
hdp: HADOOP_OPTS=-D/tmp/minikdc/work/krb5.conf
passenv = USER JAVA_HOME HOME
passenv = USER JAVA_HOME HOME TRAVIS_BUILD_DIR
commands =
pip wheel -w {homedir}/.wheelhouse -f {homedir}/.wheelhouse -r requirements.txt
pip install --find-links={homedir}/.wheelhouse --no-index -rrequirements.txt
Expand Down

0 comments on commit 039a1e6

Please sign in to comment.