Skip to content

Commit 69fb197

Browse files
committed
Don’t use binaries built by Travis. Use Jenkins binaries.
Signed-off-by: Guillaume Rose <[email protected]>
1 parent 86b653a commit 69fb197

File tree

2 files changed

+0
-41
lines changed

2 files changed

+0
-41
lines changed

.travis.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -22,29 +22,3 @@
2222
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sh ci/before_script_linux.sh; fi
2323
- make validate
2424
script: make test
25-
26-
before_deploy:
27-
- sh ci/before_deploy.sh
28-
29-
deploy:
30-
provider: releases
31-
api_key:
32-
secure: "$GITHUB_TOKEN"
33-
# upload file artifacts using a glob expression.
34-
# It requires both options `file_glob` and `file`:
35-
# https://github.com/travis-ci/dpl/blob/master/lib/dpl/provider/releases.rb#L47-L53
36-
file_glob: true
37-
file: docker-credential-*-${TRAVIS_TAG}-amd64.tar.gz
38-
# don't delete the artifacts from previous phases
39-
skip_cleanup: true
40-
# deploy when a new tag is pushed
41-
on:
42-
tags: true
43-
44-
branches:
45-
only:
46-
# Pushes and PR to the master branch
47-
- master
48-
# IMPORTANT Ruby regex to match tags. Required, or travis won't trigger deploys when a new tag
49-
# is pushed. This regex matches semantic versions like v1.2.3-rc4+2016.02.22
50-
- /^v\d+\.\d+\.\d+.*$/

ci/before_deploy.sh

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)