Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Docker-in-Docker (DinD) capabilities of public runners deactivated.
More info
Open sidebar
pipelet
Pipelet
Commits
c5da61d8
Commit
c5da61d8
authored
Jan 12, 2016
by
Betoule Marc
Browse files
fix sqlfile recognition in lspipe
parent
202ff506
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
scripts/lspipe
scripts/lspipe
+1
-1
No files found.
scripts/lspipe
View file @
c5da61d8
...
...
@@ -31,7 +31,7 @@ class Cache():
def
getdb
(
self
,
pipepath
,
dbfile
):
if
dbfile
:
if
dbfile
.
endswith
(
'.sql'
):
if
dbfile
.
endswith
(
'.sql'
)
or
dbfile
.
endswith
(
'sqlstatus'
)
:
_dbfile
=
dbfile
else
:
import
ConfigParser
...
...
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