introduce Credentials
This commit is contained in:
parent
4baa012918
commit
3cfb60a2de
1 changed files with 0 additions and 9 deletions
|
@ -230,13 +230,4 @@ class GitApi():
|
||||||
def checkout(self, branch: str):
|
def checkout(self, branch: str):
|
||||||
return self.execution_api.execute(f'git checkout {branch}')
|
return self.execution_api.execute(f'git checkout {branch}')
|
||||||
|
|
||||||
class EnvironmentApi():
|
|
||||||
|
|
||||||
def __init__(self):
|
|
||||||
self.environ = environ
|
|
||||||
|
|
||||||
def get(self, key):
|
|
||||||
return self.environ.get(key)
|
|
||||||
|
|
||||||
def set(self, key, value):
|
|
||||||
self.environ[key] = value
|
|
||||||
|
|
Loading…
Reference in a new issue