mirror of
https://git.fifo-f.eu/tex-projects/docker-images.git
synced 2025-04-19 13:08:04 +02:00
Update .gitlab-ci.yml file: ffs
This commit is contained in:
parent
b2188fef4d
commit
fd2d283dc3
1 changed files with 2 additions and 6 deletions
|
@ -8,9 +8,7 @@ variables:
|
|||
|
||||
build:
|
||||
stage: build
|
||||
image: docker:latest
|
||||
services:
|
||||
- docker:dind
|
||||
image: docker:dind
|
||||
script:
|
||||
# Pull the existing ShareLaTeX/Overleaf Docker image
|
||||
- docker pull sharelatex/sharelatex:latest
|
||||
|
@ -26,9 +24,7 @@ build:
|
|||
|
||||
push:
|
||||
stage: push
|
||||
image: docker:latest
|
||||
services:
|
||||
- docker:dind
|
||||
image: docker:dind
|
||||
dependencies:
|
||||
- build
|
||||
script:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue