Skip to content

Commit e01b571

Browse files
committed
chore: fix configuration file issue and CI velox config
Signed-off-by: Valery Piashchynski <[email protected]>
1 parent f0b99f6 commit e01b571

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ jobs:
9292
- name: Create distributive
9393
run: |
9494
mkdir ${{ steps.dist-dir.outputs.name }}
95+
rm velox.toml && mv velox_rr_v2023.toml velox.toml
9596
mv "./${{ steps.values.outputs.binary-name }}" ./${{ steps.dist-dir.outputs.name }}/
9697
cp ./README.md ./LICENSE ./velox.toml ./${{ steps.dist-dir.outputs.name }}/
9798

velox_rr_v2023.toml

+13-13
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
build_args = [
33
'-trimpath',
44
'-ldflags',
5-
'-s -X github.com/roadrunner-server/roadrunner/v2/internal/meta.version=${VERSION} -X github.com/roadrunner-server/roadrunner/v2/internal/meta.buildTime=${TIME}'
5+
'-s -X github.com/roadrunner-server/roadrunner/v2023/internal/meta.version=${VERSION} -X github.com/roadrunner-server/roadrunner/v2023/internal/meta.buildTime=${TIME}'
66
]
77

88
[roadrunner]
@@ -73,18 +73,18 @@ ref = "v2023.3.9"
7373
# TCP for the RAW TCP PAYLOADS
7474
tcp = { ref = "v4.3.2", owner = "roadrunner-server", repository = "tcp" }
7575

76-
[gitlab]
77-
[gitlab.token]
78-
# api, read-api, read-repo
79-
token = "${GL_TOKEN}"
80-
81-
[gitlab.endpoint]
82-
endpoint = "https://gitlab.com"
83-
84-
[gitlab.plugins]
85-
# ref -> master, commit or tag
86-
test_plugin_1 = { ref = "main", owner = "rustatian", repository = "36405203" }
87-
test_plugin_2 = { ref = "main", owner = "rustatian", repository = "36405235" }
76+
# [gitlab]
77+
# [gitlab.token]
78+
# # api, read-api, read-repo
79+
# token = "${GL_TOKEN}"
80+
#
81+
# [gitlab.endpoint]
82+
# endpoint = "https://gitlab.com"
83+
#
84+
# [gitlab.plugins]
85+
# # ref -> master, commit or tag
86+
# test_plugin_1 = { ref = "main", owner = "rustatian", repository = "36405203" }
87+
# test_plugin_2 = { ref = "main", owner = "rustatian", repository = "36405235" }
8888

8989
[log]
9090
level = "debug"

0 commit comments

Comments
 (0)