summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Wosiek <piotrwosiek@onet.eu>2019-03-13 16:51:09 +0100
committerPiotr Wosiek <piotrwosiek@onet.eu>2019-03-13 16:51:09 +0100
commit2ad6230aa0f8ccf50a922ac3b4b9a264eb09e05b (patch)
tree7e8640a32c381511cf73f6e90e6d0583a8177bcc
parentfdc52b5fd00570cf62559771d0a5ec99891de664 (diff)
downloadgitlab-ce-2ad6230aa0f8ccf50a922ac3b4b9a264eb09e05b.tar.gz
Remove the diagram of project directories structure
-rw-r--r--lib/gitlab/ci/templates/dotNET-Core.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/gitlab/ci/templates/dotNET-Core.yml b/lib/gitlab/ci/templates/dotNET-Core.yml
index 88c7d23e7aa..0f96b040e3b 100644
--- a/lib/gitlab/ci/templates/dotNET-Core.yml
+++ b/lib/gitlab/ci/templates/dotNET-Core.yml
@@ -1,15 +1,5 @@
# This is a simple example illustrating how to build and test .NET Core project
# with GitLab Continuous Integration / Continuous Delivery.
-#
-# Structure of a sample project would look like this:
-#
-# Project
-# ├── src
-# │ └── ConsoleApp
-# │ └── Program.cs
-# └── test
-# └── UnitTests
-# └── BasicUnitTests.cs
# Specify the Docker image
#