This is an automated email from the ASF dual-hosted git repository. elek pushed a commit to branch github-actions in repository https://gitbox.apache.org/repos/asf/incubator-ratis.git
commit 88c255c07622d4dfa8683407ba4339a9030b947f Author: Márton Elek <[email protected]> AuthorDate: Tue Sep 24 18:13:57 2019 +0200 update --- .github/actions/build/entrypoint.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/actions/build/entrypoint.sh b/.github/actions/build/entrypoint.sh index ff6b962..75d1c45 100755 --- a/.github/actions/build/entrypoint.sh +++ b/.github/actions/build/entrypoint.sh @@ -1,3 +1,5 @@ #!/bin/sh -l - +ls -lah +whoami +ls -lah target ./dev-support/checks/${TEST_TYPE:-build}.sh
