From 1b15ee089caac3c29cd80cfe818bd3d5ba7c7325 Mon Sep 17 00:00:00 2001 From: Ray Andrew <13515073@std.stei.itb.ac.id> Date: Fri, 27 Apr 2018 01:08:48 +0700 Subject: [PATCH] Initial commit --- .gitlab-ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 100e8e3..342c25a 100755 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,10 +3,6 @@ image: php:fpm-alpine services: - mysql:5.7 -stages: - - test - - deploy - cache: paths: - vendor/ @@ -40,7 +36,6 @@ before_script: - php importersql.php test: - stage: test script: - composer test artifacts: @@ -48,7 +43,6 @@ test: - report/ pages: - stage: deploy dependencies: - test script: -- GitLab