Skip to content

Commit

Permalink
[hotfix] Printing remote, branch, commit hash that is being tested
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidwys committed Nov 1, 2018
1 parent 397cd58 commit fe7d9ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nightly.sh
Expand Up @@ -51,6 +51,9 @@ cp splits/* ${FLINK_DIR}/flink-end-to-end-tests

cd "${FLINK_DIR}"

COMMIT_HASH=$(git rev-parse HEAD)
echo "Testing branch ${BRANCH} from remote ${REMOTE}. Commit hash: ${COMMIT_HASH}"

e2e_modules=$(find flink-end-to-end-tests -mindepth 2 -maxdepth 5 -name 'pom.xml' -printf '%h\n' | sort -u | tr '\n' ',')
MVN_COMPILE="mvn ${MVN_COMPILE_OPTIONS} ${MVN_LOGGING_OPTIONS} ${PROFILE} clean install -pl ${e2e_modules},flink-dist -am"

Expand Down

0 comments on commit fe7d9ef

Please sign in to comment.