ci to own default format

This commit is contained in:
Martin/Geno 2019-06-20 10:17:46 +02:00
parent 1b5dceac86
commit 46139a7e71
No known key found for this signature in database
GPG Key ID: 9D7D3C6BFF600C6A
3 changed files with 5 additions and 4 deletions

View File

@ -13,12 +13,13 @@ before_script:
build-my-project:
stage: build
script:
- mkdir "$CI_PROJECT_DIR/bin/"
- go install "dev.sum7.eu/$CI_PROJECT_PATH"
- mv "/go/bin/$CI_PROJECT_NAME" "/builds/$CI_PROJECT_PATH"
- mv "/go/bin/$CI_PROJECT_NAME" "$CI_PROJECT_DIR/bin/$CI_PROJECT_NAME"
artifacts:
paths:
- config_example.conf
- "$CI_PROJECT_NAME"
- "bin/$CI_PROJECT_NAME"
- config_example.toml
test-my-project:
stage: test

View File

@ -25,7 +25,7 @@ go get -u dev.sum7.eu/genofire/hook2xmpp
## Configure
see `config_example.conf`
see `config_example.toml`
## Start / Boot