From 6a59e06950d0faeb1fe639ff3eaf910658dfb3fa Mon Sep 17 00:00:00 2001 From: Kandia <32kake1mpg@hft-stuttgart.de> Date: Mon, 27 May 2024 21:07:24 +0000 Subject: [PATCH] Delete .gitlab-ci.yml --- .gitlab-ci.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 951a604..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,15 +0,0 @@ -image: alpine:latest - -stages: - - deploy - -pages: - stage: deploy - script: - - mkdir -p public - - echo "deploy to https://transfer.hft-stuttgart.de/pages/$CI_PROJECT_PATH/" > public/index.html - artifacts: - paths: - - public - only: - - master \ No newline at end of file -- GitLab