diff options
author | Draknyte1 <draknyte1@hotmail.com> | 2020-02-02 20:43:25 +0000 |
---|---|---|
committer | Draknyte1 <draknyte1@hotmail.com> | 2020-02-02 20:43:25 +0000 |
commit | 2b208f2f8988bcf0f5ea8aa102411324c4896d04 (patch) | |
tree | 2396e87b6a3c0ba39794e724f7740b545ac69df5 /bitbucket-pipelines.yml | |
parent | 0888678674cea2fed345983b41a264fd98968b3c (diff) | |
download | GT5-Unofficial-2b208f2f8988bcf0f5ea8aa102411324c4896d04.tar.gz GT5-Unofficial-2b208f2f8988bcf0f5ea8aa102411324c4896d04.tar.bz2 GT5-Unofficial-2b208f2f8988bcf0f5ea8aa102411324c4896d04.zip |
% bitbucket-pipelines.yml
Diffstat (limited to 'bitbucket-pipelines.yml')
-rw-r--r-- | bitbucket-pipelines.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 2264f00c1f..0009fd8ee4 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -15,4 +15,5 @@ pipelines: # https://docs.gradle.org/current/userguide/gradle_wrapper.html - bash ./gradlew build artifacts: # defining the artifacts to be kept. - - build/libs/**
\ No newline at end of file + - build/libs/*.jar + - build/libs/proguard.map
\ No newline at end of file |