mirror of
https://github.com/coder/code-server.git
synced 2025-07-31 14:04:06 +08:00
Remove unused Docker step from CI script
This commit is contained in:
2
scripts/cacher.sh
Normal file → Executable file
2
scripts/cacher.sh
Normal file → Executable 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() {
|
||||
|
Reference in New Issue
Block a user