From aea871e65683599a3562363f8a2cf9a59fe3584c Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Thu, 1 May 2014 00:33:50 +0100 Subject: [PATCH] Travis: fix showing what is exported from travis_after_all.py --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8a23c081..6196041c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ script: - cd .. after_success: - test -r .travis_after_all.py && python .travis_after_all.py || echo No .travis_after_all.py found - - test -r .to_export_back && cat .to_export_back || echo No .to_export_back found + - test -r .to_export_back && echo $(cat .to_export_back) || echo No .to_export_back found - export DUMMY_VAR=dummy-value $(cat .to_export_back) - | if [ "$BUILD_LEADER" == "YES" ] && [ "$BUILD_AGGREGATE_STATUS" == "others_succeeded" ] && [ "$TRAVIS_REPO_SLUG" == "znc/znc" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_BRANCH" == "master" ]; then