Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ntarocco committed Sep 19, 2023
1 parent 9937eb9 commit 2a4ff9e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dockerpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
[ "$VERSION" == "master" ] && VERSION=latest
# Use `prod` tag convention if not merge to master
[ "$VERSION" != "latest" ] && VERSION=prod
[ "$VERSION" != "latest" ] && VERSION=0.0.1-qa-perf
echo IMAGE_ID=$IMAGE_ID
echo VERSION=$VERSION
Expand Down
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ ipython = "!=8.1.0"
uwsgi = ">=2.0"
uwsgitop = ">=0.11"
uwsgi-tools = ">=1.1.1"
invenio-vocabularies = {editable = true, ref = "qa-performance-facets", git = "https://github.com/inveniosoftware/invenio-vocabularies.git"}

[requires]
python_version = "3.9"
11 changes: 4 additions & 7 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2a4ff9e

Please sign in to comment.