Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Landon Wu
VuhDo
Commits
34509b83
Commit
34509b83
authored
5 years ago
by
Ivaria
Browse files
Options
Download
Email Patches
Plain Diff
Fix regexp for CI packager
parent
fa44bb13
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.gitlab-ci.yml
.gitlab-ci.yml
+2
-2
No files found.
.gitlab-ci.yml
View file @
34509b83
...
...
@@ -4,7 +4,7 @@ stages:
.releases
:
&releases
only
:
-
/^v\d[\d\.]*(-classic-?)?(-(alpha|beta)-\d+)?$/
-
/^v\d[\d\.]*(-classic-?)?(-(alpha|beta)
)?(
-\d+)?$/
before_script
:
-
apk add --no-cache bash curl git subversion zip jq luacheck
...
...
@@ -60,4 +60,4 @@ gitlab:
script
:
-
cd .release
-
chmod +x ./release.sh
-
./release.sh -ocelzLWH
\ No newline at end of file
-
./release.sh -ocelzLWH
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment