Skip to content

Commit

Permalink
Use runregistry from normal PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingface0 committed Aug 7, 2023
1 parent 37ce666 commit 54bc315
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
3 changes: 0 additions & 3 deletions .s2i/bin/assemble
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ git config --global url."https://$CERN_GITLAB_USER:$CERN_GITLAB_TOKEN@gitlab.cer
/usr/libexec/s2i/assemble
rc=$?

# Temporarily install runregistry api client from test PyPI
pip install --index-url https://test.pypi.org/simple runregistry==1.0.0

if [ $rc -eq 0 ]; then
echo "After successful assembling"
else
Expand Down
4 changes: 1 addition & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ daphne<5.0.0
django-widget-tweaks<2.0.0
django-extensions<4.0.0
paramiko
# This will be uncommented once the tested
# version is released.
# runregistry
runregistry>=1.0.0
apscheduler
whitenoise
factory_boy
Expand Down

0 comments on commit 54bc315

Please sign in to comment.