Fixing things?

This commit is contained in:
Mike Koch 2017-06-25 16:48:35 -04:00
parent 543d07cfaf
commit 9b4929a4c7

View File

@ -4,7 +4,8 @@ stages:
- test - test
- deploy - deploy
test:app: test:
stage: testing
before_script: before_script:
- apt-get update - apt-get update
- apt-get install zip unzip - apt-get install zip unzip
@ -21,8 +22,9 @@ test:app:
- bash build_zip.sh - bash build_zip.sh
#- php deploy_release_to_github.php #- php deploy_release_to_github.php
deploy:app: deploy:
when: manual when: manual
stage: release
script: script:
- ls - ls
- php -r "echo 'Hello, world!';" - php -r "echo 'Hello, world!';"