Skip to content

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

Notifications You must be signed in to change notification settings

DnDBeyond/codebuild-git-refs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages