Skip to content

Commit

Permalink
Deploy feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-reeves committed Oct 14, 2015
1 parent 0b2d02b commit 7f472e4
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 8 deletions.
13 changes: 9 additions & 4 deletions git-flow-agile-feature
Original file line number Diff line number Diff line change
Expand Up @@ -389,10 +389,6 @@ no-ff! Never fast-forward during the merge
echo "- The local branch '$BASE_BRANCH' was updated from remote '$ORIGIN/$BASE_BRANCH'"
echo "- The base branch '$BASE_BRANCH' was merged into local feature branch '$BRANCH'"
echo
echo "- The local Jasmine JS tests were run"
echo "- The code was attempted to be deployed to your org"
echo "- All tests were attempted to be run"
echo
echo "- You are now on branch '$(git_current_branch)'"
echo
}
Expand Down Expand Up @@ -432,6 +428,15 @@ h,help! Show this help
ant deployNcinoCI > /dev/null

goto_salesforce_deploy_status

echo
echo "Summary of actions:"
echo "- The local Jasmine JS tests were run"
echo "- The code was attempted to be deployed to your org"
echo "- All tests were attempted to be run"
echo "- Your org's deployment status was opened in your browser"
echo
echo "- You are now on branch '$(git_current_branch)'"
}

cmd_finish() {
Expand Down
9 changes: 9 additions & 0 deletions git-flow-agile-story
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,15 @@ h,help! Show this help
ant deployNcinoCI > /dev/null

goto_salesforce_deploy_status

echo
echo "Summary of actions:"
echo "- The local Jasmine JS tests were run"
echo "- The code was attempted to be deployed to your org"
echo "- All tests were attempted to be run"
echo "- Your org's deployment status was opened in your browser"
echo
echo "- You are now on branch '$(git_current_branch)'"
}

cmd_finish() {
Expand Down
13 changes: 9 additions & 4 deletions git-flow-agile-task
Original file line number Diff line number Diff line change
Expand Up @@ -394,10 +394,6 @@ no-ff! Never fast-forward during the merge
echo "- The local branch '$BASE_BRANCH' was updated from remote '$ORIGIN/$BASE_BRANCH'"
echo "- The Story branch '$BASE_BRANCH' was merged into local Task branch '$BRANCH'"
echo
echo "- The local Jasmine JS tests were run"
echo "- The code was attempted to be deployed to your org"
echo "- All tests were attempted to be run"
echo
echo "- You are now on branch '$(git_current_branch)'"
echo
}
Expand Down Expand Up @@ -437,6 +433,15 @@ h,help! Show this help
ant deployNcinoCI > /dev/null

goto_salesforce_deploy_status

echo
echo "Summary of actions:"
echo "- The local Jasmine JS tests were run"
echo "- The code was attempted to be deployed to your org"
echo "- All tests were attempted to be run"
echo "- Your org's deployment status was opened in your browser"
echo
echo "- You are now on branch '$(git_current_branch)'"
}

cmd_finish() {
Expand Down

0 comments on commit 7f472e4

Please sign in to comment.