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: jdk:
- openjdk8 - openjdk8
before_install: before_install:
- "./scripts/hookName.sh"
- chmod +x gradlew - chmod +x gradlew
- "./gradlew setupDecompWorkspace" - "./gradlew setupDecompWorkspace"
deploy: deploy:
@ -15,6 +16,4 @@ deploy:
repo: S-B99/kamiblue repo: S-B99/kamiblue
tags: true tags: true
after_success: after_success:
- chmod +x scripts/hook.sh
- "./scripts/hookName.sh"
- "./scripts/hookUpload.sh" - "./scripts/hookUpload.sh"