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-4.0.12 .cody/docs/bin/git_setup.sh
jets-4.0.11 .cody/docs/bin/git_setup.sh
jets-5.0.13 .cody/docs/bin/git_setup.sh
jets-5.0.12 .cody/docs/bin/git_setup.sh
jets-5.0.11 .cody/docs/bin/git_setup.sh
jets-5.0.10 .cody/docs/bin/git_setup.sh
jets-5.0.9 .cody/docs/bin/git_setup.sh
jets-5.0.8 .cody/docs/bin/git_setup.sh
jets-5.0.7 .cody/docs/bin/git_setup.sh
jets-5.0.6 .cody/docs/bin/git_setup.sh
jets-5.0.5 .cody/docs/bin/git_setup.sh
jets-5.0.4 .cody/docs/bin/git_setup.sh
jets-5.0.3 .cody/docs/bin/git_setup.sh
jets-5.0.2 .cody/docs/bin/git_setup.sh
jets-5.0.1 .cody/docs/bin/git_setup.sh
jets-5.0.0 .cody/docs/bin/git_setup.sh
jets-4.0.10 .cody/docs/bin/git_setup.sh
jets-5.0.0.beta1 .cody/docs/bin/git_setup.sh
jets-4.0.9 .cody/docs/bin/git_setup.sh
jets-4.0.8 .cody/docs/bin/git_setup.sh