From e01b571a7e8fcef4a658a11d459c591143009f61 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Wed, 17 Jan 2024 13:49:38 +0100 Subject: [PATCH] chore: fix configuration file issue and CI velox config Signed-off-by: Valery Piashchynski --- .github/workflows/release.yml | 1 + velox_rr_v2023.toml | 26 +++++++++++++------------- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6bcbada..d9d9b80 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -92,6 +92,7 @@ jobs: - name: Create distributive run: | mkdir ${{ steps.dist-dir.outputs.name }} + rm velox.toml && mv velox_rr_v2023.toml velox.toml mv "./${{ steps.values.outputs.binary-name }}" ./${{ steps.dist-dir.outputs.name }}/ cp ./README.md ./LICENSE ./velox.toml ./${{ steps.dist-dir.outputs.name }}/ diff --git a/velox_rr_v2023.toml b/velox_rr_v2023.toml index de634eb..cb9d125 100644 --- a/velox_rr_v2023.toml +++ b/velox_rr_v2023.toml @@ -2,7 +2,7 @@ build_args = [ '-trimpath', '-ldflags', - '-s -X github.com/roadrunner-server/roadrunner/v2/internal/meta.version=${VERSION} -X github.com/roadrunner-server/roadrunner/v2/internal/meta.buildTime=${TIME}' + '-s -X github.com/roadrunner-server/roadrunner/v2023/internal/meta.version=${VERSION} -X github.com/roadrunner-server/roadrunner/v2023/internal/meta.buildTime=${TIME}' ] [roadrunner] @@ -73,18 +73,18 @@ ref = "v2023.3.9" # TCP for the RAW TCP PAYLOADS tcp = { ref = "v4.3.2", owner = "roadrunner-server", repository = "tcp" } -[gitlab] - [gitlab.token] - # api, read-api, read-repo - token = "${GL_TOKEN}" - - [gitlab.endpoint] - endpoint = "https://gitlab.com" - - [gitlab.plugins] - # ref -> master, commit or tag - test_plugin_1 = { ref = "main", owner = "rustatian", repository = "36405203" } - test_plugin_2 = { ref = "main", owner = "rustatian", repository = "36405235" } +# [gitlab] +# [gitlab.token] +# # api, read-api, read-repo +# token = "${GL_TOKEN}" +# +# [gitlab.endpoint] +# endpoint = "https://gitlab.com" +# +# [gitlab.plugins] +# # ref -> master, commit or tag +# test_plugin_1 = { ref = "main", owner = "rustatian", repository = "36405203" } +# test_plugin_2 = { ref = "main", owner = "rustatian", repository = "36405235" } [log] level = "debug"