ci to own default format

This commit is contained in:
Martin/Geno 2019-06-20 10:18:15 +02:00
parent 6cacb72aa9
commit c6f9405906
No known key found for this signature in database
GPG Key ID: 9D7D3C6BFF600C6A
2 changed files with 4 additions and 4 deletions

View File

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

View File

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