Skip to content

Commit 3725b88

Browse files
authored
Update teradata-ci.yml
1 parent 1a15e6c commit 3725b88

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/teradata-ci.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,7 @@ jobs:
8484
else
8585
echo "❌ Missing required Teradata ClearScape details — failing early."
8686
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
87+
fi
9488
- name: Build Trino Teradata Module
9589
run: |
9690
echo "JAVA_HOME is $JAVA_HOME"

0 commit comments

Comments
 (0)