Skip to content

Commit 2363051

Browse files
authored
Fix scala error (apache#614)
scala 2.11.0 -version return code is not 0 even there is no error. Remove set -ex to make the job happy
1 parent 2e12bae commit 2363051

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

roles/install-openjdk/tasks/main.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858

5959
- name: Show installed scala info
6060
shell: |
61-
set -ex
6261
which scala
6362
scala -version
6463
args:

0 commit comments

Comments
 (0)