From 5db9b6477440803e8a6a9884b0ca807a48ae960a Mon Sep 17 00:00:00 2001 From: Vadim Stepanov Date: Tue, 1 Aug 2023 10:32:14 +0100 Subject: [PATCH] netcat -> netcat-traditional --- .drone.yml | 4 ++-- .github/workflows/linting-and-tests.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index d3d2ed86..c900716b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -65,7 +65,7 @@ steps: DJANGO_SETTINGS_MODULE: settings.ci-test SLACK_CLIENT_OAUTH_ID: 1 commands: - - apt-get update && apt-get install -y netcat + - apt-get update && apt-get install -y netcat-traditional - cd engine/ - pip install -r requirements.txt -r requirements-dev.txt - ./wait_for_test_mysql_start.sh && pytest @@ -313,6 +313,6 @@ kind: secret name: drone_token --- kind: signature -hmac: 7fd3a084921ab56dac055ceb4929378fa7c16f02f856a63fdba88b87a44ddb26 +hmac: a5412bf88ceb62fffdfb9926d3f6f066c80ccbe23114aab6540c4b748137f73a ... diff --git a/.github/workflows/linting-and-tests.yml b/.github/workflows/linting-and-tests.yml index 014749ad..d20ac605 100644 --- a/.github/workflows/linting-and-tests.yml +++ b/.github/workflows/linting-and-tests.yml @@ -173,7 +173,7 @@ jobs: - name: Unit Test Backend working-directory: engine run: | - apt-get update && apt-get install -y netcat + apt-get update && apt-get install -y netcat-traditional pip install -r requirements.txt -r requirements-dev.txt ./wait_for_test_mysql_start.sh && pytest -x @@ -261,7 +261,7 @@ jobs: - name: Unit Test Backend working-directory: engine run: | - apt-get update && apt-get install -y netcat + apt-get update && apt-get install -y netcat-traditional pip install -r requirements.txt -r requirements-dev.txt pytest -x