Skip to content

Commit 93498e8

Browse files
committed
use -x instead of -v
1 parent aac4ddd commit 93498e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dataconnect.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ jobs:
373373
- name: Gradle updateJson
374374
run: |
375375
set -euo pipefail
376-
set -v
376+
set -x
377377
378378
# Speed up build times and also avoid configuring firebase-crashlytics-ndk
379379
# which is finicky integrating with the Android NDK.

0 commit comments

Comments
 (0)