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