Merge branch 'update-readme' into 'main'
update CI config to build pad-archiver See merge request fginfo/pad-archiver!4
This commit is contained in:
commit
0ee5ba6292
1 changed files with 13 additions and 0 deletions
|
@ -1,4 +1,17 @@
|
||||||
|
build pad-archiver:
|
||||||
|
image: golang:latest
|
||||||
|
script:
|
||||||
|
- go build
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- pad-archiver
|
||||||
|
expire_in: 1 week
|
||||||
|
tags:
|
||||||
|
- docker
|
||||||
|
|
||||||
build_image:
|
build_image:
|
||||||
|
dependencies:
|
||||||
|
- build pad-archiver
|
||||||
image: docker:latest
|
image: docker:latest
|
||||||
services:
|
services:
|
||||||
- docker:dind
|
- docker:dind
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue