feat: Initiate package
This commit is contained in:
parent
85fc80d778
commit
30ade13aae
12 changed files with 276 additions and 91 deletions
15
.gitlab-ci/git/create_tag.yml
Normal file
15
.gitlab-ci/git/create_tag.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
|
||||
.git:create_tag:
|
||||
image: alpine:3.21
|
||||
variables:
|
||||
GIT_STRATEGY: clone
|
||||
GIT_DEPTH: 0
|
||||
GIT_LFS_SKIP_SMUDGE: 1
|
||||
VERSION: ''
|
||||
TOKEN: '' # Token with push privileges
|
||||
script:
|
||||
- apk add git
|
||||
- git remote set-url origin https://oauth2:$TOKEN@$CI_SERVER_HOST/$CI_PROJECT_PATH
|
||||
- git tag $VERSION
|
||||
- git push origin tag $VERSION
|
Loading…
Add table
Add a link
Reference in a new issue