Sha256: 9b9781a104f93aeb14eda3bcbaf79ea32641624403e2e56f4322709364f3ba12
Contents?: true
Size: 286 Bytes
Versions: 7
Compression:
Stored size: 286 Bytes
Contents
#!/bin/bash -e hst_proxy="${GATEWAY:=deploy}" # remote arguments git_url="$(git config --list | grep remote.origin.url | cut -d= -f2-)" git_head="$(git log HEAD | head -1 | grep ^commit | awk '{print $2}')" ssh $hst_proxy alpha_omega_proxy_helper "$USER" "$git_url" "$git_head" "$@"
Version data entries
7 entries across 7 versions & 1 rubygems