処理をGoへ移植

This commit is contained in:
2024-09-04 21:24:30 +09:00
parent 7589710e2a
commit 0b5a1e7cd3
3 changed files with 406 additions and 133 deletions

View File

@@ -5,7 +5,9 @@ stages:
image: alpine:latest
stage: deploy
script:
- chmod +x ./package.sh && ./package.sh
- chmod +x ./.devcontainer/initialize.sh
- ./.devcontainer/initialize.sh
- go run ./release.go
artifacts:
expire_in: 1 week
@@ -18,4 +20,4 @@ timer:
rules:
- if: $CI_PIPELINE_SOURCE == "schedule"
when: manual
<<: *build
<<: *build