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

Update .gitlab-ci.yml file

parent c467aa23
No related branches found
No related tags found
No related merge requests found
Pipeline #11464 failed
......@@ -28,8 +28,8 @@ package-job:
script:
- echo 'Creating generic package'
- cd output/
- ls -al
- tar -cvf website.tar *
- ls -al
- 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