[ENV] add config to ci artifacts
This commit is contained in:
parent
957d5742a2
commit
1d856fa2ce
|
@ -16,6 +16,7 @@ build-my-project:
|
||||||
- mv /go/bin/$CI_PROJECT_NAME /builds/$CI_PROJECT_PATH
|
- mv /go/bin/$CI_PROJECT_NAME /builds/$CI_PROJECT_PATH
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
- config_example.conf
|
||||||
- $CI_PROJECT_NAME
|
- $CI_PROJECT_NAME
|
||||||
|
|
||||||
test-my-project:
|
test-my-project:
|
||||||
|
|
|
@ -10,7 +10,9 @@
|
||||||
|
|
||||||
Latest Build binary from ci here:
|
Latest Build binary from ci here:
|
||||||
|
|
||||||
[Download](https://dev.sum7.eu/genofire/hook2xmpp/-/jobs/artifacts/master/raw/hook2xmpp?inline=false&job=build-my-project)
|
[Download All](https://dev.sum7.eu/genofire/hook2xmpp/-/jobs/artifacts/master/download/?job=build-my-project) (with config example)
|
||||||
|
|
||||||
|
[Download Binary](https://dev.sum7.eu/genofire/hook2xmpp/-/jobs/artifacts/master/raw/hook2xmpp?inline=false&job=build-my-project)
|
||||||
|
|
||||||
#### Build
|
#### Build
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue