Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tools
mattermost
mattermost-plugin-walltime
Commits
7afdef60
Commit
7afdef60
authored
Jan 28, 2022
by
James Addison
Browse files
Merge branch 'master' into issue-25/ignore-preformatted-code-blocks
parents
4a60547b
18297832
Pipeline
#36220
passed with stages
in 13 minutes and 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7afdef60
...
...
@@ -9,19 +9,19 @@ variables:
lint
:
stage
:
lint
image
:
golangci/golangci-lint
image
:
golangci/golangci-lint
:v1.44-alpine
before_script
:
-
ap
t -y
update
-
ap
t -y install
npm
-
ap
k
update
-
ap
k add gcompat libelf make
npm
script
:
-
make check-style
server
:
image
:
golang:1.16-
bullsey
e
image
:
golang:1.16-
alpin
e
stage
:
build
before_script
:
-
ap
t -y
update
-
ap
t -y install
npm
-
ap
k
update
-
ap
k add gcompat libelf make
npm
script
:
-
make server
artifacts
:
...
...
@@ -29,11 +29,11 @@ server:
-
"
server/dist/*"
webapp
:
image
:
golang:1.16-
bullsey
e
image
:
golang:1.16-
alpin
e
stage
:
build
before_script
:
-
ap
t -y
update
-
ap
t -y install
npm
-
ap
k
update
-
ap
k add gcompat libelf make
npm
script
:
-
make webapp
artifacts
:
...
...
@@ -41,14 +41,14 @@ webapp:
-
"
webapp/dist/*"
bundle
:
image
:
golang:1.16-
bullsey
e
image
:
golang:1.16-
alpin
e
stage
:
test
dependencies
:
-
server
-
webapp
before_script
:
-
ap
t -y
update
-
ap
t -y install
npm
-
ap
k
update
-
ap
k add gcompat libelf make
npm
script
:
-
make test
-
make bundle
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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