Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
jfriedli
mat2-quasar-frontend
Commits
38b7ccf5
Commit
38b7ccf5
authored
Feb 02, 2021
by
Matweb Bot
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
RenovateBot: Update docker Docker tag to v20.10.3
parent
98e26995
Pipeline
#53155
passed with stages
in 11 minutes and 59 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
.gitlab-ci.yml
.gitlab-ci.yml
+6
-6
No files found.
.gitlab-ci.yml
View file @
38b7ccf5
...
...
@@ -25,13 +25,13 @@ cache:
# Runnning E2E Test using docker compose and cypress
e2e_test
:
image
:
docker:20.10.
2
image
:
docker:20.10.
3
stage
:
test
tags
:
-
mat-web-runner
retry
:
2
services
:
-
docker:20.10.
2
-dind
-
docker:20.10.
3
-dind
variables
:
DOCKER_TLS_CERTDIR
:
"
/certs"
before_script
:
...
...
@@ -82,7 +82,7 @@ build_frontend_with_placeholder_url:
# Publish the container in the registry
.container-build-template
:
&container-build-template
image
:
docker:20.10.
2
image
:
docker:20.10.
3
tags
:
-
mat-web-runner
cache
:
...
...
@@ -90,7 +90,7 @@ build_frontend_with_placeholder_url:
paths
:
-
node_modules/
services
:
-
docker:20.10.
2
-dind
-
docker:20.10.
3
-dind
variables
:
DOCKER_TLS_CERTDIR
:
"
/certs"
before_script
:
...
...
@@ -130,9 +130,9 @@ renovate:
# Run a sast analysis over the container
container_sast
:
stage
:
container_sast
image
:
docker:20.10.
2
image
:
docker:20.10.
3
services
:
-
docker:20.10.
2
-dind
-
docker:20.10.
3
-dind
variables
:
DOCKER_TLS_CERTDIR
:
"
/certs"
allow_failure
:
true
...
...
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