summaryrefslogtreecommitdiffstats
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc10
1 files changed, 1 insertions, 9 deletions
diff --git a/.bashrc b/.bashrc
index 594d391..03fd0ab 100644
--- a/.bashrc
+++ b/.bashrc
@@ -129,14 +129,6 @@ alias assume=". assume"
# ==== Functions
gitlab_token() {
- GITLAB_TOKEN=$(pass mbition/git | grep token | awk '{ print $NF}')
- export GITLAB_TOKEN
-}
-gitlab_su_token() {
- GITLAB_TOKEN=$(pass mbition/git | grep su_token | awk '{ print $NF}')
- export GITLAB_TOKEN
-}
-gitlab_baas_token() {
- GITLAB_TOKEN=$(pass mbition/git | grep baas_token | awk '{ print $NF}')
+ GITLAB_TOKEN="$(swf-credential-helper shell get 'git.swf.i.mercedes-benz.com')"
export GITLAB_TOKEN
}