Delete .gitlab-ci.yaml
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user