Fixing things?

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

@ -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!';"
Loading…
Cancel
Save