Update .gitlab-ci.yaml

This commit is contained in:
Egor Matveev 2021-11-05 09:16:40 +00:00
parent 6a881b68c8
commit 30c46609c3

View File

@ -3,10 +3,10 @@ stages:
- deploy - deploy
before_script: before_script:
- echo "Starting" - echo "Starting..."
after_script: after_script:
- echo "Done" - echo "Done..."
build: build:
stage: build stage: build