From f06807216875d20be288633d6540ddf5764d5798 Mon Sep 17 00:00:00 2001 From: Pitt Date: Sat, 2 Jan 2021 16:13:18 +0100 Subject: [PATCH] travis deploy revert to "skip_cleanup: true" .. (#227) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 501beae..8867b26 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,7 +50,7 @@ jobs: secure: iKXXqoxPMsoLGlhKMwRB7dVdU0ZvOjzRaxm73zjEsEgyErL7LJ6YG+3wJl24UW8zxgpvM5hW0DKUkWSLfVoHa/1l+Bsb8yREAKJTYldZs3pjhQxWM7OBMeKWjTA7WccYrx4ShHgbgUvl4IuHXNY91kcu1pC6lZukpDUvdX4Ii70= file_glob: true file: "build/libs/ksar-*all.jar" - cleanup: false + skip_cleanup: true on: tags: true repo: vlsi/ksar \ No newline at end of file