From c467aa23f7adc034d3a86c3fd3029b328aae32ae Mon Sep 17 00:00:00 2001 From: Luke Marlin <mail@lukemarlin.fr> Date: Fri, 26 Mar 2021 18:00:16 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8fe1880..983a009 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,7 +29,7 @@ package-job: - echo 'Creating generic package' - cd output/ - ls -al - - tar -cfv website.tar * + - tar -cvf website.tar * - cd ../ - mv output/website.tar ./ - 'curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}" --upload-file website.tar ${PACKAGE_REGISTRY_URL}/website.tar' -- GitLab