Skip to content

Commit

Permalink
Triggering CI
Browse files Browse the repository at this point in the history
  • Loading branch information
begelundmuller committed Sep 1, 2022
1 parent 1b86535 commit 72f467b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
- gcloud config set project rilldata
- if [ ${TRAVIS_OS_NAME} == "osx" ]; then gsutil cp rilldata/rill-macos-x64 gs://prod-cdn.rilldata.com/rill/latest/macos-x64/rill; fi
- if [ ${TRAVIS_OS_NAME} == "linux" ]; then gsutil cp rilldata/rill-linux-x64 gs://prod-cdn.rilldata.com/rill/latest/linux-x64/rill; fi
- #if [ ${TRAVIS_OS_NAME} == "windows" ]; then gsutil cp rilldata/rill-win-x64.exe gs://prod-cdn.rilldata.com/rill/latest/win-x64/rill; fi
- # if [ ${TRAVIS_OS_NAME} == "windows" ]; then gsutil cp rilldata/rill-win-x64.exe gs://prod-cdn.rilldata.com/rill/latest/win-x64/rill; fi
- gsutil cp metadata.txt gs://prod-cdn.rilldata.com/rill/latest/

deploy: &deploy-vercel-pkg
Expand All @@ -186,7 +186,7 @@ jobs:
- echo "Installing python 3.7.0 needed during npm install"
- pyenv install 3.7.0
- pyenv global 3.7.0
#before_install: *python-setup
# before_install: *python-setup
install: *npm-install
script: *build-vercel-pkg
deploy: *deploy-vercel-pkg
Expand Down

0 comments on commit 72f467b

Please sign in to comment.