Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
TomK committed Jul 13, 2017
1 parent 8591f20 commit 3be153b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
6 changes: 1 addition & 5 deletions lucid-dep.bash
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,4 @@ git config --global core.sshCommand '/ssh.sh'

git config --list --global

dep.bash "$@"
RETVAL=$?

cat /workspace/sshout
exit $RETVAL
exec dep.bash "$@"
3 changes: 0 additions & 3 deletions ssh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ REPO_PATH=$(echo "$SSH_CMD" | sed "s/^[^ ]* '\([^']*\)'.*$/\1/")
SHORT_REPO=$(echo "$REPO_PATH" | sed 's/\.git$//; s:/:_:g')
KEY_FILE="$KEYS_DIR/$SHORT_REPO"

echo "GIT SSH wrapper: Repo $REPO_PATH" >> /workspace/sshout

echo "GIT SSH Wrapper: Using key $KEY_FILE for repo $REPO_PATH" >> /workspace/sshout
chmod 0600 $KEY_FILE
SSH_OPTS="-o IdentityFile=$KEY_FILE"

Expand Down

0 comments on commit 3be153b

Please sign in to comment.