From 27295d9de772fcbb1965b00fa19eee465b25ba58 Mon Sep 17 00:00:00 2001 From: Andreas Fehn <andreas.fehn@tu-dresden.de> Date: Mon, 23 Jul 2018 08:35:38 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f2425a5..888a636 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,10 +34,10 @@ publish: script: - git status - git checkout ivy-repo || git checkout --orphan ivy-repo - - git status - git reset - git status - cp -r $ARTIFACT_DIR . + - git status - git add $(git ls-files -o ecore2java) - git commit -m "[skip ci] Automatic release of version $VERSION" - git show -- GitLab