Skip to content

Commit

Permalink
all: Don't upload converted dictionaries from Drone
Browse files Browse the repository at this point in the history
We already upload them via AppVeyor, so this is redundant (and it
slows down the build).
  • Loading branch information
pgaskin committed Mar 8, 2020
1 parent 6913bda commit ec6e0d7
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,15 +186,6 @@ steps:
- go run ./cmd/dictgen -Ibase64 -o dicthtml-gt.zip gotdict.df
- go run ./cmd/dictgen -Iremove -o dicthtml-gt.noimg.zip gotdict.noimg.df
- ls -lah dicthtml-gt*.zip
- name: upload
image: curlimages/curl
entrypoint: ["/bin/bash"]
commands:
- "curl --no-progress-meter -F '[email protected]' 'https://api.anonfile.com/upload' | grep -Eo '\"full\": *\"[^\"]+' | cut -d'\"' -f4"
- "curl --no-progress-meter -F '[email protected]' 'https://api.anonfile.com/upload' | grep -Eo '\"full\": *\"[^\"]+' | cut -d'\"' -f4"
- "echo; echo 'If you are using a firmware version older than 4.20.14601, use the version without images (they cause crashes with the in-book dictionary view) below.'"
- "curl --no-progress-meter -F '[email protected]' 'https://api.anonfile.com/upload' | grep -Eo '\"full\": *\"[^\"]+' | cut -d'\"' -f4"
- "curl --no-progress-meter -F '[email protected]' 'https://api.anonfile.com/upload' | grep -Eo '\"full\": *\"[^\"]+' | cut -d'\"' -f4"

trigger:
event:
Expand Down Expand Up @@ -234,12 +225,6 @@ steps:
- apt-get update -qqy && apt-get install -qqy swig
- go run ./cmd/dictgen -o dicthtml-wb.zip webster1913.df
- ls -lah dicthtml-wb*.zip
- name: upload
image: curlimages/curl
entrypoint: ["/bin/bash"]
commands:
- "curl --no-progress-meter -F '[email protected]' 'https://api.anonfile.com/upload' | grep -Eo '\"full\": *\"[^\"]+' | cut -d'\"' -f4"
- "curl --no-progress-meter -F '[email protected]' 'https://api.anonfile.com/upload' | grep -Eo '\"full\": *\"[^\"]+' | cut -d'\"' -f4"

trigger:
event:
Expand Down

0 comments on commit ec6e0d7

Please sign in to comment.