Try renaming the steps

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

@ -4,7 +4,7 @@ stages:
- test - test
- deploy - deploy
test: test:app:
before_script: before_script:
- apt-get update - apt-get update
- apt-get install zip unzip - apt-get install zip unzip
@ -21,7 +21,7 @@ test:
- bash build_zip.sh - bash build_zip.sh
#- php deploy_release_to_github.php #- php deploy_release_to_github.php
production: deploy:app:
when: manual when: manual
script: script:
- ls - ls

Loading…
Cancel
Save