remove ~ files

This commit is contained in:
2019-02-12 15:38:22 +01:00
parent 020107c689
commit d94a719640
2 changed files with 0 additions and 14 deletions

Binary file not shown.

View File

@ -1,14 +0,0 @@
stages:
- hello
job1:
stage: hello
script:
- echo "Hallo"
- echo "Welt"
job2:
stage: hello
script:
- echo "Hello"
- echo "World"