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
6f74cc6d
Commit
6f74cc6d
authored
Oct 14, 2014
by
Maude Le Jeune
Browse files
+ pbenv
parent
59ff95a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
0 deletions
+34
-0
pipelet/pbenv.py
pipelet/pbenv.py
+34
-0
No files found.
pipelet/pbenv.py
0 → 100644
View file @
6f74cc6d
from
pipelet.environment
import
*
import
os
class
PBEnvironment
(
Environment
):
"""
"""
def
__init__
(
self
,
w
):
"""
"""
## worker instance
self
.
_worker
=
w
## segment input
self
.
seg_input
=
w
.
task
.
task_input
## segment output
self
.
seg_output
=
[]
## list of temporary files
self
.
_tmpf
=
[]
## logger instance
self
.
logger
=
init_logger
(
"pipelet"
,
self
.
_get_log_file
(),
level
=
[])
## list of param to save
self
.
lst_par
=
[]
## list of param to expose
self
.
lst_tag
=
[]
## dictionnary with external dependencies version or revision number
self
.
version
=
{
"pipelet"
:
pipelet
.
__version__
}
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