Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LakeDropsDrupalDev
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
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
Docker
LakeDropsDrupalDev
Commits
ec8f93ce
Commit
ec8f93ce
authored
4 years ago
by
jurgenhaas
Browse files
Options
Downloads
Patches
Plain Diff
Map the local .gitignore_global into containers
parent
369e31e2
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG
+8
-0
8 additions, 0 deletions
CHANGELOG
run/scripts/start
+1
-0
1 addition, 0 deletions
run/scripts/start
setup/scripts/l3d
+1
-0
1 addition, 0 deletions
setup/scripts/l3d
with
10 additions
and
0 deletions
CHANGELOG
+
8
−
0
View file @
ec8f93ce
v1.13.1 2020-07-15
------------------
Map the local .gitignore_global into containers
v1.13.0 2020-07-20
------------------
Add support for Drupal 9 project templates
v1.12.8 2020-05-22
------------------
Force update to update to base image v1.4.4
...
...
This diff is collapsed.
Click to expand it.
run/scripts/start
+
1
−
0
View file @
ec8f93ce
...
...
@@ -35,6 +35,7 @@ function startContainer {
--volume
${
SSHAUTH
}
:
${
SSHAUTHSOCK
}
\
--volume
${
HOMEDIR
}
/.traefik:/root/.traefik
\
--volume
${
HOMEDIR
}
/.gitconfig:/root/.gitconfig
\
--volume
${
HOMEDIR
}
/.gitignore_global:/root/.gitignore_global
\
--volume
${
HOMEDIR
}
/.composer/auth.json:/root/.composer/auth.json
\
--workdir
/drupal
\
--restart
unless-stopped
\
...
...
This diff is collapsed.
Click to expand it.
setup/scripts/l3d
+
1
−
0
View file @
ec8f93ce
...
...
@@ -25,6 +25,7 @@ esac
mkdir
-p
${
HOME
}
/.composer
touch
${
HOME
}
/.composer/auth.json
touch
${
HOME
}
/.gitconfig
touch
${
HOME
}
/.gitignore_global
ID
=
$(
docker container
ls
--all
-q
-f
name
=
^l3drun
$)
if
[[
!
-n
${
ID
}
]]
;
then
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment