Remove code which are no longer needed from CI/Deploy files

This commit is contained in:
NI
2020-08-16 00:20:30 +08:00
parent 724979a17a
commit 2a9aab8d63
3 changed files with 3 additions and 5 deletions

View File

@@ -24,9 +24,7 @@ jobs:
export COVERALLS_TOKEN="${{ secrets.COVERALLS_TOKEN }}"
export DOCKER_HUB_USER="${{ github.repository_owner }}"
# The `DOCKER_NPM_REGISTRY` is here due to problematic build process
# for ARM64 Docker Image caused by Docker/QEMU
export DOCKER_NPM_REGISTRY="http://registry.npmjs.org/"
export DOCKER_CUSTOM_COMMAND='echo "GitHub Action Build"'
sudo apt-get update -qq -y
sudo apt-get upgrade -qq -y