2
0
Fork 0
remotes/remote_mirror_8/master
Mike Koch vor 7 Jahren
Ursprung 9b4929a4c7
Commit 65a9353c93

@ -5,7 +5,7 @@ stages:
- deploy
test:
stage: testing
stage: test
before_script:
- apt-get update
- apt-get install zip unzip
@ -24,7 +24,7 @@ test:
deploy:
when: manual
stage: release
stage: deploy
script:
- ls
- php -r "echo 'Hello, world!';"
Laden…
Abbrechen
Speichern