DnDBeyond / codebuild-git-refs

Additional references to Git variables (branch, tag, author, etc) for use in Codebuild

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

codebuild-git-refs

Additional references to Git variables (branch, tag, author, etc) for use in Codebuild

phases:
  install:
    commands:
      - curl -fsSL https://raw.githubusercontent.com/Curse/codebuild-git-refs/master/main >> git_refs.sh
      - . ./git_refs.sh

About

Additional references to Git variables (branch, tag, author, etc) for use in Codebuild


Languages

Language:Shell 100.0%