1
0
mirror of synced 2025-12-30 12:02:01 -05:00

Omit dereferenced static rest json file in stage builds (#22589)

* omit dereferenced static rest json file in stage builds

* there is no translations/de no more

* remove lines that no longer do anything
This commit is contained in:
Peter Bengtsson
2021-11-04 21:21:41 -04:00
committed by GitHub
parent 048e784820
commit 1e9bcdcbf7

View File

@@ -101,12 +101,13 @@ jobs:
- name: Delete heavy things we won't need deployed
run: |
# Non-WIP translations we don't support yet.
rm -fr translations/de* translations/ru* translations/ko* translations/ru*
# Not needed to run after having been built.
rm -fr .next/cache
# The dereferenced file is not used in runtime once the
# decorated file has been created from it.
rm -fr lib/rest/static/dereferenced
- name: Create an archive
run: |
tar -c --file=app.tar \