From 1eab906bf901207c39c31117ab47df1c9b72432d Mon Sep 17 00:00:00 2001 From: Jean Ouina Date: Thu, 17 Sep 2020 19:45:51 +0200 Subject: [PATCH] temp remove travis uploads --- .travis.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.travis.yml b/.travis.yml index 82eec8b..f04e4de 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,19 +24,19 @@ jobs: # - npm i -g npm@latest # - npm run devInstall # - npm run build - - stage: GitHub Release - script: - - export TRAVIS_TAG=${TRAVIS_TAG:-$(date +'%Y%m%d%H%M%S')-$(git log --format=%h -1)} - - git tag $TRAVIS_TAG - deploy: - provider: releases - prerelease: true - api_key: "$GH_TOKEN" - cleanup: false - file: +# - stage: GitHub Release +# script: +# - export TRAVIS_TAG=${TRAVIS_TAG:-$(date +'%Y%m%d%H%M%S')-$(git log --format=%h -1)} +# - git tag $TRAVIS_TAG +# deploy: +# provider: releases +# prerelease: true +# api_key: "$GH_TOKEN" +# cleanup: false +# file: # - builds/lightcord-win32-ia32.zip # - builds/lightcord-win32.exe - - builds/lightcord-linux-x64.zip - - builds/lightcord-darwin.zip - on: - tags: true +# - builds/lightcord-linux-x64.zip +# - builds/lightcord-darwin.zip +# on: +# tags: true