mirror of
https://github.com/ansible/awx.git
synced 2026-02-20 20:50:06 -03:30
Get unit-test container working
node_modules was being overwritten by the bind-mount when the container started. This is kind of hacky, but it’s the only way to do this without changing everything.
This commit is contained in:
7
tools/docker-compose/unit-tests/entrypoint
Normal file
7
tools/docker-compose/unit-tests/entrypoint
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
mkdir -p /ansible-tower/awx/ui/
|
||||
mv -n /tmp/ansible-tower/awx/ui/node_modules /ansible-tower/awx/ui
|
||||
|
||||
exec $@
|
||||
Reference in New Issue
Block a user