Make before_script global
This commit is contained in:
parent
65a9353c93
commit
a559ee24df
@ -4,11 +4,12 @@ stages:
|
|||||||
- test
|
- test
|
||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
test:
|
|
||||||
stage: test
|
|
||||||
before_script:
|
before_script:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install zip unzip
|
- apt-get install zip unzip
|
||||||
|
|
||||||
|
test:
|
||||||
|
stage: test
|
||||||
script:
|
script:
|
||||||
- cd api
|
- cd api
|
||||||
- php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
|
- php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user