Revert "add npm registry arg"

This reverts commit 844f3fde724a53c87476f69452480cfbb082a2fc.
This commit is contained in:
Yanis Guenane 2019-09-11 16:12:50 +02:00
parent f3dc4abe37
commit 0e5abb5fa3
2 changed files with 0 additions and 6 deletions

View File

@ -15,11 +15,6 @@ WORKDIR /awx
COPY awx/ui/package.json awx/ui/package.json
ARG NPM_REGISTRY=https://registry.npmjs.org
ENV NPM_REGISTRY=${NPM_REGISTRY}
RUN npm config set registry ${NPM_REGISTRY}
RUN npm --prefix=awx/ui install
COPY awx/ui/test/e2e awx/ui/test/e2e

View File

@ -39,4 +39,3 @@ services:
AWX_E2E_CLUSTER_HOST: hub
AWX_E2E_CLUSTER_PORT: 4444
DBUS_SESSION_BUS_ADDRESS: /dev/null
NPM_REGISTRY: ${NPM_REGISTRY}