diff --git a/..gitlab-ci.yml.un~ b/..gitlab-ci.yml.un~ deleted file mode 100644 index fcac211..0000000 Binary files a/..gitlab-ci.yml.un~ and /dev/null differ diff --git a/.gitlab-ci.yml~ b/.gitlab-ci.yml~ deleted file mode 100644 index 81c0c3e..0000000 --- a/.gitlab-ci.yml~ +++ /dev/null @@ -1,14 +0,0 @@ -stages: - - hello -job1: - stage: hello - script: - - echo "Hallo" - - echo "Welt" - -job2: - stage: hello - script: - - echo "Hello" - - echo "World" -