From: Ben Beltran Date: Wed, 1 Aug 2018 02:59:16 +0000 (-0500) Subject: Remove impossible move operation X-Git-Url: https://git.r.bdr.sh/rbdr/flower/commitdiff_plain/a05152cc2bcad4b0eabc6804101d4040ed53280b Remove impossible move operation --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d534961..9ce6c44 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,10 +19,8 @@ lint: pages: stage: deploy - script: - - mv . public artifacts: paths: - - public + - . only: - master