Fix stages?
This commit is contained in:
parent
9b4929a4c7
commit
65a9353c93
@ -5,7 +5,7 @@ stages:
|
|||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
test:
|
test:
|
||||||
stage: testing
|
stage: test
|
||||||
before_script:
|
before_script:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install zip unzip
|
- apt-get install zip unzip
|
||||||
@ -24,7 +24,7 @@ test:
|
|||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
when: manual
|
when: manual
|
||||||
stage: release
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
- ls
|
- ls
|
||||||
- php -r "echo 'Hello, world!';"
|
- php -r "echo 'Hello, world!';"
|
Loading…
x
Reference in New Issue
Block a user