Mentions légales du service

Skip to content
Snippets Groups Projects
Commit c9708dd9 authored by FAURE Adrien's avatar FAURE Adrien
Browse files

Update .gitlab-ci.yml

parent d35f4954
No related branches found
No related tags found
No related merge requests found
Pipeline #462625 passed
...@@ -62,7 +62,7 @@ create-debian-packages: ...@@ -62,7 +62,7 @@ create-debian-packages:
script: script:
- COMMIT_OR_TAG="${CI_COMMIT_TAG:-$CI_COMMIT_SHA}" - COMMIT_OR_TAG="${CI_COMMIT_TAG:-$CI_COMMIT_SHA}"
- dpkg-buildpackage -b -rfakeroot -us -uc - dpkg-buildpackage -b -rfakeroot -us -uc
- cd .. && tar cvf procset-${COMMIT_OR_TAG}.tar.gz *.deb *.buildinfo *.changes - mv ../*.deb ../*.buildinfo ../*.changes . && tar cvf procset-${COMMIT_OR_TAG}.tar.gz *.deb *.buildinfo *.changes
after_script: after_script:
- echo "JOB_ID=$CI_JOB_ID" >> job.env - echo "JOB_ID=$CI_JOB_ID" >> job.env
artifacts: artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment