2
0
Fork 0

Trying to get started on gitlab ci

remotes/remote_mirror_8/master
Mike Koch vor 7 Jahren
Ursprung bfb8956df2
Commit 033a23eaca

@ -8,6 +8,5 @@ test:app:
script:
- cd api/Tests
- phpunit
artifacts:
paths:
- .*
- cd ../../ci
- php deploy_release_to_github.php

@ -0,0 +1,2 @@
<?php
echo scandir('.');
Laden…
Abbrechen
Speichern