diff options
author | Mike Delago <32778141+michaeldelago@users.noreply.github.com> | 2023-09-09 19:12:47 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-10 01:12:47 +0200 |
commit | c43e1b8c0c3a17e48f1559bdfe13018aaab5008a (patch) | |
tree | e4dd657fb5a76a0143888d2ef0cf2a70c53c2da3 /deps | |
parent | f6d11d526b9f54341075d92f62db7c543aba065d (diff) |
refactor(Apps/Dashboard): Remove Deno as a dependency to the dashboard (#16934)
* remove deno as a dependency
* use the ACORE_VERSION env var
* I forgot client-data
* accidentally removed too much
* docker-cmd: extraneous parallel flag
* typo
* remove docker image prune -af
the `docker image prune` removes the containers we just build.
* fetch everything in the beginning
Diffstat (limited to 'deps')
-rw-r--r-- | deps/deno/bin/.gitignore | 1 | ||||
-rw-r--r-- | deps/deno/bin/README.md | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/deps/deno/bin/.gitignore b/deps/deno/bin/.gitignore deleted file mode 100644 index 6f4f877a95..0000000000 --- a/deps/deno/bin/.gitignore +++ /dev/null @@ -1 +0,0 @@ -deno* diff --git a/deps/deno/bin/README.md b/deps/deno/bin/README.md deleted file mode 100644 index 563b3e2b8f..0000000000 --- a/deps/deno/bin/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# DENO - -This folder is empty and needed to host the deno binaries automatically downloaded by the ./acore.sh dahsboard
\ No newline at end of file |