We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a15e6c commit 3725b88Copy full SHA for 3725b88
1 file changed
.github/workflows/teradata-ci.yml
@@ -84,13 +84,7 @@ jobs:
84
else
85
echo "❌ Missing required Teradata ClearScape details — failing early."
86
exit 1
87
- fi
88
-
89
- - name: Build Trino Core
90
- # before buidling Teradata plugin to download latest dependent modules of teradata
91
- run: |
92
- echo "JAVA_HOME is $JAVA_HOME"
93
- ./mvnw clean install -DskipTests
+ fi
94
- name: Build Trino Teradata Module
95
run: |
96
echo "JAVA_HOME is $JAVA_HOME"
0 commit comments