Skip to content

Commit

Permalink
chore: fix configuration file issue and CI velox config
Browse files Browse the repository at this point in the history
Signed-off-by: Valery Piashchynski <[email protected]>
  • Loading branch information
rustatian committed Jan 17, 2024
1 parent f0b99f6 commit e01b571
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}/
Expand Down
26 changes: 13 additions & 13 deletions velox_rr_v2023.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit e01b571

Please sign in to comment.