From 1717bdfe5a9d511d75ab02508bcc294cf428fc38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Gar=C3=A7on?= Date: Wed, 8 Apr 2020 21:05:00 +0200 Subject: [PATCH] [hotfix] Fix bad release configuration --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d0903c10..1e9466ea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,8 +32,10 @@ deploy: - "icode-app/target/icode-*.zip" - "icode-ide/fr.cnes.icode.repository/target/products/icode-ide.product-*.zip" - "icode-ide/fr.cnes.icode.repository/target/fr.cnes.icode.repository-*.zip" - cleanup: false + skip_cleanup: true name: "i-Code CNES" draft: true on: + branch: master tags: true + jdk: openjdk11