Skip to content

Commit

Permalink
drop tutanota support: scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimiry committed Dec 19, 2019
1 parent 1103391 commit 2459f70
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 36 deletions.
4 changes: 0 additions & 4 deletions scripts/ci/appveyor/upload-webclients-artifact.sh
Expand Up @@ -8,10 +8,6 @@ WEBCLIENTS_ARTIFACT_TAR=$1
yarn --silent scripts/print-provider-repo-commit-hash protonmail \
| { read commit; find output/git/protonmail/webclient/$commit/*/dist -maxdepth 0 -type d; } \
| tar -cvf $WEBCLIENTS_ARTIFACT_TAR -T -
# append artifact tar
yarn --silent scripts/print-provider-repo-commit-hash tutanota \
| { read commit; find output/git/tutanota/webclient/$commit/*/build/dist -maxdepth 0 -type d; } \
| tar -rvf $WEBCLIENTS_ARTIFACT_TAR -T -

# upload artifact tar
appveyor PushArtifact $WEBCLIENTS_ARTIFACT_TAR
5 changes: 0 additions & 5 deletions scripts/ci/prepare-webclients.sh
Expand Up @@ -8,16 +8,11 @@ set -ev
WEBCLIENTS_TMP_TAR=webclients.tar

yarn assets:webclient:protonmail
yarn assets:webclient:tutanota

# create cache tar
find output/git/protonmail/webclient/*/*/ -maxdepth 0 -type d \
| awk '{print $1"dist/"}' \
| tar -cf $WEBCLIENTS_TMP_TAR -T -
# append cache tar
find output/git/tutanota/webclient/*/*/ -maxdepth 0 -type d \
| awk '{print $1"build/dist"}' \
| tar -rf $WEBCLIENTS_TMP_TAR -T -

# keep only prepared web clients in the cache
rm -rf ./output
Expand Down
27 changes: 0 additions & 27 deletions scripts/prepare-webclient/tutanota.ts

This file was deleted.

0 comments on commit 2459f70

Please sign in to comment.