Skip to content
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.

Commit

Permalink
Add comment with why this workflow was chosen
Browse files Browse the repository at this point in the history
  • Loading branch information
techman83 committed Jul 13, 2016
1 parent 27371cc commit 21bf524
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/App/KSP_CKAN/Tools/Git.pm
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,11 @@ branch and cherry-picks the commit from the previous commit to staging.
# seeing how this works in practice and think on how to solve
# them drifting.

# NOTE: We're using a cherry-pick workflow because we always generate files
# in master. This is so we can have as little impact on the primary
# workflow as possible. Staged commits are a seperate workflow that
# only get triggered for netkans that require it.

method staged_commit(:$identifier, :$file, :$message = "Generic Commit") {
# Need to push our changes before checking out staging otherwise our
# staged commits end up with the commits already in master.
Expand Down

0 comments on commit 21bf524

Please sign in to comment.