Skip to content

Commit

Permalink
Attempt to build appsre
Browse files Browse the repository at this point in the history
Issue: AAH-1181
env:LOCK_REQUIREMENTS=0
env:PULP_ANSIBLE_REVISION=main
  • Loading branch information
rochacbruno committed Jan 31, 2022
1 parent f2b5629 commit 453781b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile.rhel8
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ COPY . /app

RUN set -ex; \
pip install --no-deps --editable /app && \
pip install https://github.com/pulp/pulp_ansible/archive/main.zip && \
PULP_CONTENT_ORIGIN=x django-admin collectstatic && \
install -dm 0775 -o galaxy /var/lib/pulp/artifact \
/var/lib/pulp/tmp \
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ def run(self):
requirements = [
"galaxy-importer==0.4.2",
"pulpcore>=3.17.3,<3.18.0",
"pulp-ansible>=0.11.1,<0.12.0",
# "pulp-ansible>=0.11.1,<0.12.0",
"pulp_ansible",
"django-prometheus>=2.0.0",
"drf-spectacular",
"pulp-container>=2.10.0,<2.11.0",
Expand Down

0 comments on commit 453781b

Please sign in to comment.