Skip to content
Snippets Groups Projects
Verified Commit 0579aa2e authored by Janis Streib's avatar Janis Streib :owl:
Browse files

FIX: install bsdtar and curl

parent a51d6146
No related branches found
No related tags found
No related merge requests found
Pipeline #269127 passed
......@@ -21,6 +21,8 @@ before_script:
- command -v git || apt-get -y install git
- command -v python3 || apt-get -y install python3
- command -v pip3 || apt-get -y install python3-pip twine python3-build
- command -v curl || apt-get -y install curl
- command -v bsdtar || apt-get -y install libarchive-tools
- python3 -V # Print out python version for debugging
- python3 -m venv || apt-get -y install python3-venv
- if [[ "$CI_COMMIT_BRANCH" != "main" ]]; then sed -i "s%git+https://git.scc.kit.edu/scc-net/net-suite/api-generator.git@master%git+https://git.scc.kit.edu/scc-net/net-suite/api-generator.git@${CI_COMMIT_BRANCH}%g" pyproject.toml; fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment