Install 'artifacts' from the shell script
This commit is contained in:
@@ -36,8 +36,8 @@ jobs:
|
|||||||
include:
|
include:
|
||||||
- stage: package
|
- stage: package
|
||||||
script: skip
|
script: skip
|
||||||
#before_deploy:
|
before_deploy:
|
||||||
# - curl -sL https://raw.githubusercontent.com/travis-ci/artifacts/master/install | bash
|
- curl -sL https://raw.githubusercontent.com/travis-ci/artifacts/6b10798/install | bash
|
||||||
# Configure the conditional deployment
|
# Configure the conditional deployment
|
||||||
# https://docs.travis-ci.com/user/deployment/#examples-of-conditional-deployment
|
# https://docs.travis-ci.com/user/deployment/#examples-of-conditional-deployment
|
||||||
deploy:
|
deploy:
|
||||||
@@ -49,7 +49,7 @@ jobs:
|
|||||||
- stage: release
|
- stage: release
|
||||||
script: skip
|
script: skip
|
||||||
before_deploy:
|
before_deploy:
|
||||||
#- curl -sL https://raw.githubusercontent.com/travis-ci/artifacts/master/install | bash
|
- curl -sL https://raw.githubusercontent.com/travis-ci/artifacts/6b10798/install | bash
|
||||||
- ./.travis/deploy_script.sh
|
- ./.travis/deploy_script.sh
|
||||||
deploy:
|
deploy:
|
||||||
provider: releases
|
provider: releases
|
||||||
@@ -62,6 +62,3 @@ jobs:
|
|||||||
tags: true
|
tags: true
|
||||||
repo: nabeelio/phpvms
|
repo: nabeelio/phpvms
|
||||||
php: '7.2'
|
php: '7.2'
|
||||||
|
|
||||||
addons:
|
|
||||||
artifacts: true
|
|
||||||
|
|||||||
Reference in New Issue
Block a user