File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414
1515env :
1616 - TRAVIS_GOOS=linux TEST_RUNTIME=io.containerd.runc.v1 TRAVIS_CGO_ENABLED=1 TRAVIS_DISTRO=bionic
17- - TRAVIS_GOOS=linux TEST_RUNTIME=io.containerd.runc.v2 TRAVIS_CGO_ENABLED=1 TRAVIS_DISTRO=bionic
17+ - TRAVIS_GOOS=linux TEST_RUNTIME=io.containerd.runc.v2 TRAVIS_CGO_ENABLED=1 TRAVIS_DISTRO=bionic TRAVIS_RELEASE=yes
1818 - TRAVIS_GOOS=linux TEST_RUNTIME=io.containerd.runtime.v1.linux TRAVIS_CGO_ENABLED=1 TRAVIS_DISTRO=bionic
1919 - TRAVIS_GOOS=darwin TRAVIS_CGO_ENABLED=0
2020
@@ -106,8 +106,7 @@ after_success:
106106 - bash <(curl -s https://codecov.io/bash) -F linux
107107
108108before_deploy :
109- - make release
110- - if [ "$TRAVIS_GOOS" = "linux" ]; then make cri-release; fi
109+ - if [ "$TRAVIS_RELEASE" = "yes" ]; then make release cri-release; fi
111110
112111deploy :
113112 - provider : releases
You can’t perform that action at this time.
0 commit comments