fixed deploy stuff
This commit is contained in:
parent
3bdc28b077
commit
bbb14eb4d7
1 changed files with 0 additions and 3 deletions
|
@ -20,9 +20,6 @@ jobs:
|
|||
- "ls -lah /tmp/build/"
|
||||
- "ls -lah /tmp/build/logs/"
|
||||
- "ls -lah /tmp/build/packages/"
|
||||
- stage: "deploy"
|
||||
name: Deploy the builded files as official release
|
||||
script:
|
||||
- "wget https://github.com/buildkite/github-release/releases/download/v1.0/github-release-linux-amd64 -O /tmp/git-release; chmod +x /tmp/git-release;"
|
||||
- "echo \"Release commit: $COMMIT\"; export GITHUB_RELEASE_COMMIT=\"$COMMIT\""
|
||||
- "export GITHUB_RELEASE_TAG=\"This is a auto build release from travis\""
|
||||
|
|
Loading…
Add table
Reference in a new issue