diff options
-rw-r--r-- | .github/workflows/core_build.yml | 1 | ||||
-rw-r--r-- | apps/bash_shared/deno.sh | 2 | ||||
-rw-r--r-- | deps/deno/bin/.gitignore | 1 | ||||
-rw-r--r-- | deps/deno/bin/README.md | 3 | ||||
-rwxr-xr-x | deps/deno/bin/deno | bin | 54439688 -> 0 bytes |
5 files changed, 6 insertions, 1 deletions
diff --git a/.github/workflows/core_build.yml b/.github/workflows/core_build.yml index c855277967..bb11074dfc 100644 --- a/.github/workflows/core_build.yml +++ b/.github/workflows/core_build.yml @@ -164,6 +164,7 @@ jobs: run: | docker-compose --profile all build - name: Login to Docker Hub + if: ${{ steps.extract_branch.outputs.branch == 'master' }} uses: docker/login-action@v1 with: username: ${{ secrets.DOCKERHUB_USERNAME }} diff --git a/apps/bash_shared/deno.sh b/apps/bash_shared/deno.sh index f539b60a2a..9403615fc1 100644 --- a/apps/bash_shared/deno.sh +++ b/apps/bash_shared/deno.sh @@ -1,4 +1,4 @@ -DENO_MIN_VERSION="1.7.4" +DENO_MIN_VERSION="1.9.1" function denoInstall() { diff --git a/deps/deno/bin/.gitignore b/deps/deno/bin/.gitignore new file mode 100644 index 0000000000..a8df2a91b2 --- /dev/null +++ b/deps/deno/bin/.gitignore @@ -0,0 +1 @@ +deno
\ No newline at end of file diff --git a/deps/deno/bin/README.md b/deps/deno/bin/README.md new file mode 100644 index 0000000000..563b3e2b8f --- /dev/null +++ b/deps/deno/bin/README.md @@ -0,0 +1,3 @@ +# 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 diff --git a/deps/deno/bin/deno b/deps/deno/bin/deno Binary files differdeleted file mode 100755 index e9d44a6714..0000000000 --- a/deps/deno/bin/deno +++ /dev/null |