Browse Source

.gitlab-ci.yml hinzufügen

master
Niels Peretzke 5 years ago
parent
commit
7eb850a4c5
1 changed files with 16 additions and 0 deletions
  1. +16
    -0
      .gitlab-ci.yml

+ 16
- 0
.gitlab-ci.yml View File

@ -0,0 +1,16 @@
before_script:
- echo "Before script section"
after_script:
- echo "After script section"
build1:
stage: build
script:
- echo "Do your build here"
- ls
deploy1:
stage: deploy
script:
- echo "Do your deploy here"

Loading…
Cancel
Save