Trying to get started on gitlab ci
This commit is contained in:
parent
bfb8956df2
commit
033a23eaca
@ -8,6 +8,5 @@ test:app:
|
|||||||
script:
|
script:
|
||||||
- cd api/Tests
|
- cd api/Tests
|
||||||
- phpunit
|
- phpunit
|
||||||
artifacts:
|
- cd ../../ci
|
||||||
paths:
|
- php deploy_release_to_github.php
|
||||||
- .*
|
|
2
ci/deploy_release_to_github.php
Normal file
2
ci/deploy_release_to_github.php
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
<?php
|
||||||
|
echo scandir('.');
|
Loading…
x
Reference in New Issue
Block a user