chmod
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Torma Kristóf 2021-08-13 12:59:16 +02:00
parent 5be7150939
commit 1ac8eaa49c
Signed by: tormakris
GPG Key ID: DC83C4F2C41B1047
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ steps:
- name: build_application - name: build_application
image: openjdk:11-jdk image: openjdk:11-jdk
commands: commands:
- chmod +x gradlew
- ./gradlew build -x test - ./gradlew build -x test
- name: kaniko - name: kaniko