Skip to content
This repository was archived by the owner on Sep 6, 2025. It is now read-only.

Commit c6737ab

Browse files
committed
Remove debugging echo's
1 parent 4ba2c4d commit c6737ab

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ jobs:
5252

5353
- name: Build
5454
run: |
55-
echo ./gradlew -PsaxonVersion=10.9 clean test
56-
echo ./gradlew -PsaxonVersion=11.7 clean test
57-
echo ./gradlew -PsaxonVersion=12.8 clean test
58-
echo ./gradlew clean dist website mavenReleaseArtifact
55+
./gradlew -PsaxonVersion=10.9 clean test
56+
./gradlew -PsaxonVersion=11.7 clean test
57+
./gradlew -PsaxonVersion=12.8 clean test
58+
./gradlew clean dist website mavenReleaseArtifact
5959
6060
- name: Deploy
6161
if: ${{ env.CI_BRANCH == 'master' && env.CI_TAG != '' }}

0 commit comments

Comments
 (0)