Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Simon committed Oct 18, 2019
1 parent f2aa4ca commit 308330c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ push:
- dockerfasibio
image: socialengine/github-release
script:
- github-release release --user $GITHUB_REPO_OWNER --repo $GITHUB_REPO_NAME --tag $GITHUB_COMMIT_REF --name "Release 0.0.${CI_PIPELINE_IID}" --pre-release --file bin/funk_metric_agent_LINUX_${CI_PIPELINE_IID}
- github-release release --user $GITHUB_REPO_OWNER --repo $GITHUB_REPO_NAME --tag $GITHUB_COMMIT_REF --name "Release 0.0.${CI_PIPELINE_IID}" --pre-release
- github-release upload --user $GITHUB_REPO_OWNER --repo $GITHUB_REPO_NAME --tag $GITHUB_COMMIT_REF --name "funk_metric_agent_LINUX_${CI_PIPELINE_IID}" --file bin/funk_metric_agent_LINUX_${CI_PIPELINE_IID}
# - touch bin/test123.txt
# - echo "hallo" > bin/test123.txt
# - ls -la bin
Expand Down

0 comments on commit 308330c

Please sign in to comment.