Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
Skip CSV generation for now
Browse files Browse the repository at this point in the history
  • Loading branch information
lrgar committed Jun 17, 2020
1 parent ee09561 commit 78286ca
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,11 +181,11 @@ jobs:

######################### Prepare CSV #########################

- stage: release
name: Prepare CSV file
if: tag =~ /^v.*/
install: skip
script: ./build/prepare_csv.sh
# - stage: release
# name: Prepare CSV file
# if: tag =~ /^v.*/
# install: skip
# script: ./build/prepare_csv.sh

######################### Publish release artefacts #########################

Expand Down

0 comments on commit 78286ca

Please sign in to comment.