mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 20:30:46 -03:30
e2e/test: NPMRC_FILE is a build-arg not an environment variable
This commit is contained in:
parent
168e03ea0e
commit
3c22f99234
@ -29,6 +29,8 @@ services:
|
||||
build:
|
||||
context: ../../../../../
|
||||
dockerfile: awx/ui/test/e2e/cluster/Dockerfile
|
||||
args:
|
||||
NPMRC_FILE: ${NPMRC_FILE}
|
||||
depends_on:
|
||||
- chrome
|
||||
links:
|
||||
@ -39,4 +41,3 @@ services:
|
||||
AWX_E2E_CLUSTER_HOST: hub
|
||||
AWX_E2E_CLUSTER_PORT: 4444
|
||||
DBUS_SESSION_BUS_ADDRESS: /dev/null
|
||||
NPMRC_FILE: ${NPMRC_FILE}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user