From 16bd406527228a92f0ff6f465126af91d06b6b96 Mon Sep 17 00:00:00 2001 From: Adrian Ciolek Date: Tue, 14 May 2024 22:29:17 +0200 Subject: [PATCH] Some testing --- .github/workflows/generate-schema.yml | 2 +- api/src/cs2_battle_bot/test_settings.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generate-schema.yml b/.github/workflows/generate-schema.yml index 9bfa883..72c8b37 100644 --- a/.github/workflows/generate-schema.yml +++ b/.github/workflows/generate-schema.yml @@ -48,7 +48,7 @@ jobs: API_VERSION=$(awk -F ' = ' '/version =/ {gsub(/"/, "", $2); print $2}' ./api/pyproject.toml) BOT_VERSION=$(awk -F ' = ' '/version =/ {gsub(/"/, "", $2); print $2}' ./src/pyproject.toml) echo "::set-output name=api_version::$API_VERSION" - echo "::set-output name=bot_version::$BOT_VERSION + echo "::set-output name=bot_version::$BOT_VERSION" shell: /usr/bin/bash -e {0} - name: Discord notification env: diff --git a/api/src/cs2_battle_bot/test_settings.py b/api/src/cs2_battle_bot/test_settings.py index 8f8e027..e0b210a 100644 --- a/api/src/cs2_battle_bot/test_settings.py +++ b/api/src/cs2_battle_bot/test_settings.py @@ -185,4 +185,4 @@ SWAGGER_SETTINGS = {"SECURITY_DEFINITIONS": {"Basic": {"type": "basic"}}} -TEST = 19 \ No newline at end of file +TEST = 20 \ No newline at end of file