We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27ee200 commit 23676c6Copy full SHA for 23676c6
setup
@@ -1,8 +1,8 @@
1
#!/usr/bin/env sh
2
3
chmod 777 gradlew # ensure correct permissions
4
-git add gradlew
5
-git commit -m "Update gradlew permissions"
+git add gradlew >> /dev/null
+git commit -m "Update gradlew permissions" >> /dev/null
6
7
8
cd setup_code
0 commit comments