Add a deploy step and see if it can see what the test step does

This commit is contained in:
Mike Koch 2017-06-25 16:42:49 -04:00
parent db204335e6
commit abf632b3da

View File

@ -1,10 +1,10 @@
image: tetraweb/php
#before_script:
#- bash ci/docker_install.sh > /dev/null
stages:
- test
- deploy
test:
#when: manual
before_script:
- apt-get update
- apt-get install zip unzip
@ -20,3 +20,9 @@ test:
- cd ../../ci
- bash build_zip.sh
#- php deploy_release_to_github.php
deploy:
when: manual
script:
- ls
- php -r "echo 'Hello, world!';"