From a5f4a20a4fcc370e661c1154e9ac653373961abc Mon Sep 17 00:00:00 2001 From: Florent Chehab Date: Fri, 15 Mar 2019 21:27:13 +0100 Subject: [PATCH] removed(gitlab-ci): not needed anymore :smile: --- .gitlab-ci.yml | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 9bbd9d0..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,9 +0,0 @@ -trigger_build: - stage: deploy - script: - - "curl -X POST -F token=$TOKEN_PIPLINE_LETTRE -F ref=master https://gitlab.utc.fr/api/v4/projects/2482/trigger/pipeline" - - "curl -X POST -F token=$TOKEN_PIPLINE_TP -F ref=master https://gitlab.utc.fr/api/v4/projects/2544/trigger/pipeline" - only: - - master - tags: - - docker -- GitLab