Sha256: af742f10b96f04c221682e117a0a8764c0b7306d0883b08043cb4acbe479567a

Contents?: true

Size: 331 Bytes

Versions: 69

Compression:

Stored size: 331 Bytes

Contents

#!/bin/bash -eux

# git push:
#   CODEBUILD_WEBHOOK_HEAD_REF=refs/heads/codebuild
#   CODEBUILD_WEBHOOK_TRIGGER=branch/codebuild
#   CODEBUILD_SOURCE_VERSION=f0eb542 # resolved sha
# cb start:
#   CODEBUILD_SOURCE_VERSION=codebuild

git config --global user.email "tongueroo@gmail.com"
git config --global user.name "Tung Nguyen"

Version data entries

69 entries across 69 versions & 2 rubygems

Version Path
jets-3.0.2 .cody/docs/bin/git_setup.sh
jets-3.0.1 .cody/docs/bin/git_setup.sh
jets-3.0.0 .cody/docs/bin/git_setup.sh
jets-2.3.18 .cody/docs/bin/git_setup.sh
jets-2.3.17 .cody/docs/bin/git_setup.sh
jets-2.3.16 .cody/docs/bin/git_setup.sh
jets-2.3.15 .cody/docs/bin/git_setup.sh
jets-2.3.14 .cody/docs/bin/git_setup.sh
jets-2.3.13 .cody/docs/bin/git_setup.sh