From 267a248e35e0a5874ada0b2699a370e9a9f6488e Mon Sep 17 00:00:00 2001 From: Gaetan Lepage <gaetan.lepage@inria.fr> Date: Tue, 16 Aug 2022 17:02:09 +0200 Subject: [PATCH] removed gitlab pipeline --- .gitlab-ci.yml | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 6fba3d0..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,10 +0,0 @@ -image: alpine:latest -pages: - stage: deploy - script: - - echo 'Nothing to do...' - artifacts: - paths: - - public/ - only: - - master \ No newline at end of file -- GitLab