[ENV] add config to ci artifacts

This commit is contained in:
Martin/Geno 2019-02-14 12:43:06 +01:00
parent 957d5742a2
commit 1d856fa2ce
No known key found for this signature in database
GPG Key ID: 9D7D3C6BFF600C6A
2 changed files with 4 additions and 1 deletions

View File

@ -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:

View File

@ -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