mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 07:50:30 -05:00
update
This commit is contained in:
parent
8462bc5317
commit
6f04373644
8 changed files with 31 additions and 129 deletions
8
templates/golang.tpl.yml
Normal file
8
templates/golang.tpl.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
.golang-build-api:
|
||||
image: registry.durp.info/golang:1.20
|
||||
script:
|
||||
- ./scripts/golang-build-api.sh
|
||||
artifacts:
|
||||
expire_in: 1 hour
|
||||
paths:
|
||||
- $CI_PROJECT_DIR/output
|
||||
Loading…
Add table
Add a link
Reference in a new issue