Delete .gitlab-ci.yaml

This commit is contained in:
2026-01-11 07:43:41 +00:00
parent 611cfb02bf
commit 0ebb6e9d09

View File

@@ -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"