From 033a23eaca0bf60cdb57406a80c99a1821741df4 Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Sat, 24 Jun 2017 22:13:00 -0400 Subject: [PATCH] Trying to get started on gitlab ci --- .gitlab-ci.yml | 5 ++--- ci/deploy_release_to_github.php | 2 ++ 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 ci/deploy_release_to_github.php diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 89978152..937387df 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,5 @@ test:app: script: - cd api/Tests - phpunit - artifacts: - paths: - - .* \ No newline at end of file + - cd ../../ci + - php deploy_release_to_github.php \ No newline at end of file diff --git a/ci/deploy_release_to_github.php b/ci/deploy_release_to_github.php new file mode 100644 index 00000000..425eaeea --- /dev/null +++ b/ci/deploy_release_to_github.php @@ -0,0 +1,2 @@ +