Skip to content

Commit

Permalink
DOPS-243: Fix images (mattermost#16296)
Browse files Browse the repository at this point in the history
DOPS-243: Fix images (mattermost#16296)

Co-authored-by: Mattermod <[email protected]>
  • Loading branch information
metanerd and mattermod authored Nov 17, 2020
1 parent 221f70a commit a5e2275
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ empty:
- echo "empty"

#lint:
# image: golangci/golangci-lint:v1.31.0
# image: $CI_REGISTRY/mattermost/ci/images/golangci-lint:v1.31.0-1
# stage: .pre
# script:
# - GO111MODULE=off GOBIN=$PWD/bin go get -u github.com/mattermost/mattermost-govet
Expand All @@ -33,7 +33,7 @@ empty:
# - if: '$ONLY_BUILD != "yes"'
#
#layers:
# image: mattermost/mattermost-build-server:20201023_golang-1.14.6
# image: $CI_REGISTRY/mattermost/ci/images/mattermost-build-server:20201023_golang-1.14.6
# stage: .pre
# script:
# - make store-layers
Expand Down
8 changes: 4 additions & 4 deletions .gitlab-ci/test-schema.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
.test-schema:
stage: test
image: mattermost/mattermost-build-docker:20201023_19.03.12
image: $CI_REGISTRY/mattermost/ci/images/mattermost-build-docker:19.03.12-1
services:
- name: $CI_REGISTRY/mattermost/ci/images/docker-dind:19.03.12-1
alias: docker
variables:
DOCKER_TLS_CERTDIR: ""
DOCKER_HOST: tcp://docker:2375/
DOCKER_DRIVER: overlay2
DOCKER_CONTENT_TRUST: 0
DOCKER_CONTENT_TRUST_REPOSITORY_PASSPHRASE: ""
services:
- name: docker:19.03.12-dind
alias: dind
before_script:
- docker ps

Expand Down
8 changes: 4 additions & 4 deletions .gitlab-ci/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
.test:
stage: test
image: mattermost/mattermost-build-docker:20201023_19.03.12
image: $CI_REGISTRY/mattermost/ci/images/mattermost-build-docker:19.03.12-1
services:
- name: $CI_REGISTRY/mattermost/ci/images/docker-dind:19.03.12-1
alias: docker
variables:
DOCKER_TLS_CERTDIR: ""
DOCKER_HOST: tcp://docker:2375/
Expand All @@ -10,9 +13,6 @@

MM_SQLSETTINGS_DATASOURCE: "postgres://mmuser:mostest@postgres:5432/mattermost_test?sslmode=disable&connect_timeout=10"
MM_SQLSETTINGS_DRIVERNAME: postgres
services:
- name: docker:19.03.12-dind
alias: dind
script:
- mkdir -p client/plugins
- mkdir -p build/test-results
Expand Down

0 comments on commit a5e2275

Please sign in to comment.