Skip to content

Commit

Permalink
deployment: update poetry
Browse files Browse the repository at this point in the history
* Adds `--port` parameter to `server` script.
* Adds support for poetry > 1.0.10.
* Changes api blueprint names.

Poetry should be at latest version for deployment. For example `poetry self update`.
The directory `sonar.egg-info` should be removed `rm -rf sonar.egg-info` and
the virtual envirement should be deleted `rm -rf $(poetry env info --path)`.

Co-Authored-by: Peter Weber <[email protected]>
  • Loading branch information
rerowep and rerowep committed Apr 25, 2022
1 parent 189676a commit 36cbf4e
Show file tree
Hide file tree
Showing 13 changed files with 1,752 additions and 1,571 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/continuous-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
- name: Install Libraries
run: |
sudo apt-get update -y
sudo apt-get install -y libxml2 libxml2-dev libxmlsec1 libxmlsec1-dev ghostscript imagemagick
sudo apt-get install -y pkg-config libxml2-dev libxmlsec1-dev libxmlsec1-openssl
sudo apt-get install -y libxml2 ghostscript imagemagick
wget http://security.ubuntu.com/ubuntu/pool/main/p/poppler/libpoppler73_0.62.0-2ubuntu2.12_amd64.deb
sudo apt-get install ./libpoppler73_0.62.0-2ubuntu2.12_amd64.deb
wget http://archive.ubuntu.com/ubuntu/pool/universe/x/xpdf/xpdf_3.04-7_amd64.deb
Expand All @@ -35,8 +36,6 @@ jobs:

- name: Install Poetry
uses: snok/install-poetry@v1
with:
version: 1.0.10

- name: Run Bootstrap
run: |
Expand Down
Loading

0 comments on commit 36cbf4e

Please sign in to comment.