Skip to content
Snippets Groups Projects
Commit e90e7165 authored by Soomin Lee's avatar Soomin Lee
Browse files

gitlab-ci: Cosmetic: Add generic delimiter

parent 0ae1af60
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,9 @@ stages:
variables:
VLC_VERSION: "3.0"
## Shared configuration
####################
## Nightly builds ##
####################
.nightly-job-base:
tags:
......@@ -23,8 +25,6 @@ variables:
- ./Packaging/create-distributable-package.sh -${PACKAGING_PARAM}
- mv ${JOB_NAME}-*.tar.xz ${JOB_NAME}-${VLC_VERSION}-`date +%Y%m%d-%H%M`.tar.xz
## Nightly builds
MobileVLCKit:
extends:
- .nightly-job-base
......
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