Remove unused Docker step from CI script

This commit is contained in:
Asher
2020-01-14 15:06:49 -06:00
parent 42bddce21f
commit 174cb2f8a9
7 changed files with 40 additions and 87 deletions

2
scripts/cacher.sh Normal file → Executable file
View File

@ -23,7 +23,7 @@ restore() {
# the cache-upload directory will be uploaded as-is to the code-server bucket.
package() {
mkdir -p "cache-upload/cache/$1"
tar czfv "cache-upload/cache/$1/$tar.tar.gz" node_modules source/vscode-1.41.1-source
tar czfv "cache-upload/cache/$1/$tar.tar.gz" node_modules source
}
main() {