Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 506ce682 authored by EL KARCHI Jad's avatar EL KARCHI Jad
Browse files

Update .gitlab-ci.yml file

parent 81d6d9c4
No related branches found
No related tags found
No related merge requests found
Pipeline #1141161 passed
......@@ -16,7 +16,8 @@ upload_to_registry:
script:
- echo "Starting upload & archiving of project files to the GitLab Package Registry..."
- echo $LATEST_TAG
- tar -cvf - ./bash/ uninstall install ./R/ README.md | gzip > $ARCHIVE_NAME
- rm -rf ./.git/
- tar -cvf - . | gzip > $ARCHIVE_NAME
- |
filename=$(basename "$ARCHIVE_NAME" .tar.gz);
base_name=$(echo "$filename" | cut -d'_' -f1)
......
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