Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docker-roundcube
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TO
docker-roundcube
Compare revisions
e732c46107bb6c313d56b328c518643e5449e82a to eed9173cc36eb5d41dd3843458161c0ea33ef69c
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
to/docker-roundcube
Select target project
No results found
eed9173cc36eb5d41dd3843458161c0ea33ef69c
Select Git revision
Swap
Target
to/docker-roundcube
Select target project
to/docker-roundcube
djz.88/docker-roundcube
2 results
e732c46107bb6c313d56b328c518643e5449e82a
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
revert working-dir path
· e78a3bd8
zdenek.kubala
authored
1 year ago
e78a3bd8
revert working-dir path
· eed9173c
zdenek.kubala
authored
1 year ago
eed9173c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
with
2 additions
and
2 deletions
.gitlab-ci.yml
View file @
eed9173c
...
...
@@ -2,7 +2,7 @@ image: docker:24
variables
:
DOCKER_TLS_CERTDIR
:
"
/certs"
BUILD_VERSION
:
p
6
BUILD_VERSION
:
p
7
services
:
-
docker:24-dind
...
...
This diff is collapsed.
Click to expand it.
Dockerfile
View file @
eed9173c
...
...
@@ -8,7 +8,7 @@ RUN set -ex; \
;
\
\
composer
\
--working-dir
=
/
var/www/htm
l/
\
--working-dir
=
/
usr/src/roundcubemai
l/
\
--prefer-dist
\
--prefer-stable
\
--update-no-dev
\
...
...
This diff is collapsed.
Click to expand it.