Fixing things?

remotes/remote_mirror_8/master
Mike Koch 7 years ago
parent 543d07cfaf
commit 9b4929a4c7

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