fixed deploy stuff

This commit is contained in:
WolverinDEV 2019-02-19 20:37:15 +01:00
parent 3bdc28b077
commit bbb14eb4d7

View file

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