File tree Expand file tree Collapse file tree 2 files changed +0
-41
lines changed Expand file tree Collapse file tree 2 files changed +0
-41
lines changed Original file line number Diff line number Diff line change 22
22
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sh ci/before_script_linux.sh; fi
23
23
- make validate
24
24
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+.*$/
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments