Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 688c6b34 authored by hhakim's avatar hhakim
Browse files

Change expire duration for revision packages: from 6 months to 1 week.

parent 818c03a6
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ package_macos:
paths:
- build/faust-${CI_COMMIT_SHA:0:8}.pkg
#- build/faust-${CI_COMMIT_SHA:0:8}.dmg
expire_in: '6 mos'
expire_in: '1 week'
tags:
- macos
except:
......@@ -97,7 +97,7 @@ package_win:
artifacts:
paths:
- build/faust-%CI_COMMIT_SHA:~0,8%-amd64.exe
expire_in: '6 mos'
expire_in: '1 week'
tags:
- win7
except:
......@@ -118,7 +118,7 @@ package_linux:
paths:
- build/faust-${CI_COMMIT_SHA:0:8}-x86_64.deb
- build/faust-${CI_COMMIT_SHA:0:8}-x86_64.rpm
expire_in: '6 mos'
expire_in: '1 week'
tags:
- linux
except:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment