Trying to get started on gitlab ci

remotes/remote_mirror_8/master
Mike Koch 7 年之前
父節點 bfb8956df2
當前提交 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('.');
Loading…
取消
儲存