run name first

This commit is contained in:
Bella 2020-03-10 11:39:51 -04:00
parent 441470ace9
commit dbe7b24a08
No known key found for this signature in database
GPG Key ID: 03B01AC937D1C89C
1 changed files with 1 additions and 2 deletions

View File

@ -2,6 +2,7 @@ language: java
jdk:
- openjdk8
before_install:
- "./scripts/hookName.sh"
- chmod +x gradlew
- "./gradlew setupDecompWorkspace"
deploy:
@ -15,6 +16,4 @@ deploy:
repo: S-B99/kamiblue
tags: true
after_success:
- chmod +x scripts/hook.sh
- "./scripts/hookName.sh"
- "./scripts/hookUpload.sh"