Skip to content
Snippets Groups Projects
Commit c467aa23 authored by Luke Marlin's avatar Luke Marlin
Browse files

Update .gitlab-ci.yml file

parent 58100329
No related branches found
No related tags found
No related merge requests found
Pipeline #11463 failed
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment