Skip to content

Commit dc4d9b5

Browse files
author
Jack Yuan
committed
test
1 parent f14f48a commit dc4d9b5

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

github-action-build.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,6 @@ EOL
106106
echo ${secure_env}
107107
echo ${pull_request}
108108
echo ${git_branch}
109-
echo ${python_version}
110-
echo ${repo_fork}
111-
echo ${runner_os}
112109
fi
113110
if [ ${pull_request} != false ]; then
114111
echo "No deploy -- pull request detected"
@@ -146,6 +143,7 @@ EOL
146143

147144
# Run the build.
148145
BUILD_ARGS='-B -Djdk.tls.client.protocols="TLSv1,TLSv1.1,TLSv1.2"'
146+
# git_branch=${git_branch##*/} # extract branch name
149147
if [ "$deployOK" -a "${git_branch}" = master ]; then
150148
echo
151149
echo "== Building and deploying master SNAPSHOT =="

0 commit comments

Comments
 (0)