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
541eb09b
Commit
541eb09b
authored
5 years ago
by
Ivaria
Browse files
Options
Download
Email Patches
Plain Diff
Update .gitlab-ci.yml
parent
b2f2c3b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
.gitlab-ci.yml
.gitlab-ci.yml
+2
-3
No files found.
.gitlab-ci.yml
View file @
541eb09b
...
@@ -7,13 +7,12 @@ stages:
...
@@ -7,13 +7,12 @@ stages:
-
/^\d[\d\.]*(-(alpha|beta)\d+)?$/
-
/^\d[\d\.]*(-(alpha|beta)\d+)?$/
before_script
:
before_script
:
-
apk add --no-cache bash curl git subversion zip luarocks
-
apk add --no-cache bash curl git subversion zip luacheck
-
luarocks install --local luacheck
luacheck
:
luacheck
:
stage
:
build
stage
:
build
script
:
script
:
-
.luarocks/bin/
luacheck . --no-color -q
-
luacheck . --no-color -q
package
:
package
:
stage
:
build
stage
:
build
...
...
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