Skip to content
Snippets Groups Projects
Verified Commit 4698dcb8 authored by Konrad Botor's avatar Konrad Botor
Browse files

Update 1

parent 1b76de30
No related branches found
No related tags found
No related merge requests found
Pipeline #119158 failed
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
set -xeuo pipefail set -xeuo pipefail
sudo apt-get update sudo apt-get update
sudo apt-get install -y git cmake python3 python3-venv python3-pip sudo apt-get install -y git cmake libpq-dev python3 python3-dev python3-venv python3-pip
SCRIPTPATH="$( cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )" SCRIPTPATH="$( cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"
SCRIPTSDIR="$SCRIPTPATH/.." SCRIPTSDIR="$SCRIPTPATH/.."
......
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