add preHook and hook to actions

This commit is contained in:
Bella 2020-04-27 12:33:01 -04:00
parent 22596384d4
commit 63467eb7bd
No known key found for this signature in database
GPG Key ID: DBD4A6030080C8B3
1 changed files with 4 additions and 0 deletions

View File

@ -20,7 +20,11 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Prepares version to use commit format
run: ./scripts/preHook.sh
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build
- name: Send webhook confirmation
run: ./scripts/hook.sh