From 9f00e110e5710f85b004d3f93aacc5b93567b9d8 Mon Sep 17 00:00:00 2001 From: Kandia <32kake1mpg@hft-stuttgart.de> Date: Thu, 30 May 2024 15:41:52 +0000 Subject: [PATCH] Delete .gitlab-ci.yml --- .gitlab-ci.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 47c6449..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,14 +0,0 @@ -image: alpine:latest - -stages: - - deploy - -pages: - stage: deploy - script: - - echo "deploy to https://transfer.hft-stuttgart.de/pages/$CI_PROJECT_PATH/" - artifacts: - paths: - - public - only: - - master -- GitLab