mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 20:30:46 -03:30
Support GPG signing in the containerized RPM jobs.
- Added a script that allows for piping signing keys into the container’s stdin stream. - Got sign.exp working - I ended up getting mock to run as root, which means both RPM and DEB jobs both use —unsafe-perm now, so I added that back to the Makefile.
This commit is contained in:
parent
64944393d3
commit
049d8a7bd6
2
Makefile
2
Makefile
@ -483,7 +483,7 @@ test_jenkins : test_coverage
|
||||
# --------------------------------------
|
||||
|
||||
ui-deps-built: awx/ui/package.json
|
||||
$(NPM_BIN) --prefix awx/ui install awx/ui
|
||||
$(NPM_BIN) --unsafe-perm --prefix awx/ui install awx/ui
|
||||
touch awx/ui/.deps_built
|
||||
|
||||
ui-docker-machine: ui-deps-built
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user