From 0ebb6e9d09ae08cc73ee9ed80958885c2463209e Mon Sep 17 00:00:00 2001 From: Administrator Date: Sun, 11 Jan 2026 07:43:41 +0000 Subject: [PATCH] Delete .gitlab-ci.yaml --- .gitlab-ci.yaml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .gitlab-ci.yaml diff --git a/.gitlab-ci.yaml b/.gitlab-ci.yaml deleted file mode 100644 index 3227f39..0000000 --- a/.gitlab-ci.yaml +++ /dev/null @@ -1,16 +0,0 @@ -stages: - - build - - test - -variables: - APP_NAME: "demo-app" - -build: - stage: build - script: - - echo "Building $APP_NAME" - -test: - stage: test - script: - - echo "Testing $APP_NAME" \ No newline at end of file