aboutsummaryrefslogtreecommitdiff
path: root/bitbucket-pipelines.yml
diff options
context:
space:
mode:
authorDraknyte1 <draknyte1@hotmail.com>2020-02-02 20:35:56 +0000
committerDraknyte1 <draknyte1@hotmail.com>2020-02-02 20:35:56 +0000
commit0888678674cea2fed345983b41a264fd98968b3c (patch)
tree30fa0feb9b398dce258400156528d2f648dded73 /bitbucket-pipelines.yml
parent9f4a6f899c48dcdae038986646835b55ca75ac16 (diff)
downloadGT5-Unofficial-0888678674cea2fed345983b41a264fd98968b3c.tar.gz
GT5-Unofficial-0888678674cea2fed345983b41a264fd98968b3c.tar.bz2
GT5-Unofficial-0888678674cea2fed345983b41a264fd98968b3c.zip
+ Added artifact retainment
Diffstat (limited to 'bitbucket-pipelines.yml')
-rw-r--r--bitbucket-pipelines.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml
index 34bae8d4f8..2264f00c1f 100644
--- a/bitbucket-pipelines.yml
+++ b/bitbucket-pipelines.yml
@@ -14,3 +14,5 @@ pipelines:
# You must commit the Gradle wrapper to your repository
# 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