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

Version Path
alpha_omega-0.0.99 libexec/proxy
alpha_omega-0.0.98 libexec/proxy
alpha_omega-0.0.97 libexec/proxy
alpha_omega-0.0.96 libexec/proxy
alpha_omega-0.0.95 libexec/proxy
alpha_omega-0.0.94 libexec/proxy
alpha_omega-0.0.93 libexec/proxy