Skip to content

Commit

Permalink
ci: add trigger for gitlab pipeline
Browse files Browse the repository at this point in the history
split builds in Makefile
update README.md

NO_DOC=internal
NO_TEST=internal
NO_CHANGELOG=internal
  • Loading branch information
Виталий Шунков committed Mar 21, 2024
1 parent e1bc8d5 commit 56c4fec
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/Release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ on:
required: true
env:
VERSION: ${{ inputs.version }}
YUM_REGISTRY: https://binary.picodata.io/repository/yum
DEB_REGISTRY: https://binary.picodata.io/repository/ubuntu
RAW_REGISTRY: https://binary.picodata.io/repository/raw
jobs:
build:
Expand Down Expand Up @@ -86,7 +84,7 @@ jobs:
[genin-${{ env.VERSION }}-x86_64-macos.tar.gz](${{ env.RAW_REGISTRY }}/genin/osx/genin-${{ env.VERSION }}-x86_64-macosx.tar.gz)
### For other OS, use the Picodata repository:
[genin-${{ env.VERSION }}-x86_64-musl.tar.gz(https://picodata.io/download/)
[genin-${{ env.VERSION }}](https://picodata.io/download/)
call_gitlab_ci:
name: Trigger_gitlab
Expand Down

0 comments on commit 56c4fec

Please sign in to comment.