Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
J
Jupyter Docker Stacks
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
Jupyter Docker Stacks
Commits
36d857bb
Commit
36d857bb
authored
Sep 30, 2020
by
Romain
Committed by
GitHub
Sep 30, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1173 from mathbunnyru/asalikhov/fix_bashate
Fix bashate style issues
parents
150731d3
5b678ca4
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
14 deletions
+15
-14
.pre-commit-config.yaml
.pre-commit-config.yaml
+1
-0
base-notebook/fix-permissions
base-notebook/fix-permissions
+14
-14
No files found.
.pre-commit-config.yaml
View file @
36d857bb
...
@@ -15,6 +15,7 @@ repos:
...
@@ -15,6 +15,7 @@ repos:
rev
:
2.0.0
rev
:
2.0.0
hooks
:
hooks
:
-
id
:
bashate
-
id
:
bashate
args
:
[
'
--ignore=E006'
]
-
repo
:
https://gitlab.com/pycqa/flake8
-
repo
:
https://gitlab.com/pycqa/flake8
rev
:
3.8.3
rev
:
3.8.3
hooks
:
hooks
:
...
...
base-notebook/fix-permissions
View file @
36d857bb
...
@@ -25,7 +25,7 @@ for d in "$@"; do
...
@@ -25,7 +25,7 @@ for d in "$@"; do
\)
\
\)
\
-exec
chgrp
$NB_GID
{}
\;
\
-exec
chgrp
$NB_GID
{}
\;
\
-exec
chmod
g+rwX
{}
\;
-exec
chmod
g+rwX
{}
\;
# setuid,
setgid *on directories only*
# setuid,
setgid *on directories only*
find
"
$d
"
\
find
"
$d
"
\
\(
\
\(
\
-type
d
\
-type
d
\
...
...
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