forked from RepoMirrors/kami-blue
run name first
This commit is contained in:
parent
441470ace9
commit
dbe7b24a08
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue