From df51936d84d24ab2db24a2e0cc9650742aff3bf3 Mon Sep 17 00:00:00 2001 From: Anton Smirnov Date: Fri, 9 Mar 2018 15:58:18 +0200 Subject: [PATCH] Rename output to public --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 92d03da..5b1caf7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,10 +12,10 @@ pages: - realpath composer || mkdir composer - echo "$AUTH_JSON" > composer/auth.json - docker run --rm -i -v `pwd`:/build -v `pwd`/composer:/composer composer/satis + - mv output public # gitlab requires directory to be named public - rm -f composer/auth.json # don't store auth - - ls -laR output artifacts: paths: - - output + - public only: - master