A couple more minor fixes
This commit is contained in:
@@ -41,9 +41,9 @@ secret_detection:
|
|||||||
install:
|
install:
|
||||||
stage: install
|
stage: install
|
||||||
script:
|
script:
|
||||||
- apt-get update -qq && apt-get install -y -qq build-essential libcap-dev
|
- apt-get update -qq && apt-get install -y -qq libcap-dev
|
||||||
- pip install poetry==$POETRY_VERSION
|
- pip install poetry==$POETRY_VERSION
|
||||||
- poetry install --no-interaction
|
- poetry install --without pi --no-interaction
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- .venv/
|
- .venv/
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ cd "$REPO_DIR"
|
|||||||
git pull origin main
|
git pull origin main
|
||||||
|
|
||||||
echo "Installing dependencies..."
|
echo "Installing dependencies..."
|
||||||
poetry install --without pi --no-dev
|
poetry install --without pi --without dev
|
||||||
|
|
||||||
echo "Restarting service..."
|
echo "Restarting service..."
|
||||||
sudo systemctl restart "$SERVICE_NAME"
|
sudo systemctl restart "$SERVICE_NAME"
|
||||||
|
|||||||
Reference in New Issue
Block a user