Compare commits
7 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
788336f03c | ||
![]() |
3bd16d1827 | ||
![]() |
b29eebc215 | ||
![]() |
ce9a1a1ad3 | ||
![]() |
504cff3a31 | ||
![]() |
623c125ed0 | ||
![]() |
4330bd4c14 |
14
.circleci/config.yml
Normal file
14
.circleci/config.yml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
version: 2.1
|
||||||
|
jobs:
|
||||||
|
none:
|
||||||
|
docker:
|
||||||
|
- image: alpine:3.10
|
||||||
|
steps:
|
||||||
|
- run:
|
||||||
|
command: echo "Skipping. not implemented"
|
||||||
|
|
||||||
|
workflows:
|
||||||
|
version: 2
|
||||||
|
mainbuild:
|
||||||
|
jobs:
|
||||||
|
- none
|
@ -1,8 +1,8 @@
|
|||||||
FROM alpine:3.9
|
FROM alpine:3.10
|
||||||
|
|
||||||
# Some ENV variables
|
# Some ENV variables
|
||||||
ENV PATH="/mattermost/bin:${PATH}"
|
ENV PATH="/mattermost/bin:${PATH}"
|
||||||
ENV MM_VERSION=5.9.0
|
ENV MM_VERSION=5.9.6
|
||||||
|
|
||||||
# Build argument to set Mattermost edition
|
# Build argument to set Mattermost edition
|
||||||
ARG edition=enterprise
|
ARG edition=enterprise
|
||||||
|
Reference in New Issue
Block a user