Skip to content

Commit 3f7a939

Browse files
committed
moo
1 parent 3e25627 commit 3f7a939

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.grrc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,17 +84,18 @@ function vpn_fix() {
8484
schedule_production_deploy() {
8585
local last_production_commit="$1"
8686
local time_to_deploy="$2"
87-
# git fetch --all
87+
git fetch --all
8888
local master_commit
8989
master_commit=$(git rev-parse origin/master)
9090
local commits
9191
commits=$(gl --merges "$last_production_commit".."$master_commit")
9292
commits=$(echo "$commits" | sed "s/Megan Bananzadeh/<@megan.bananzadeh>/g")
9393
commits=$(echo "$commits" | sed "s/Delphine Foo-Matkin/<@delphine.foo-matkin>/g")
94+
commits=$(echo "$commits" | sed "s/Andy Ray/<@andrew.ray>/g")
9495
commits=$(echo "$commits" | sed "/Merge branch 'master'/d")
9596
commits=$(echo "$commits" | sed "s/^/• /g")
9697
local merge_count
97-
merge_count=$(echo "$commits" | wc -l)
98+
merge_count=$(echo "$commits" | wc -l | sed 's/ *$//g')
9899

99100
local message
100101
message=":redlight: :clock3: A *Production deploy has been scheduled for ${time_to_deploy} PT today.* Say '<@placebo> pause deploy' to cancel\\n\\nThe difference between production (${last_production_commit}) and UAT (${master_commit}) is *${merge_count} stories:*\\n\\n${commits}"

code/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"editor.rulers": [
66
80
77
],
8-
"window.zoomLevel": 2,
8+
"window.zoomLevel": 1,
99
"files.exclude": {
1010
"**/.DS_Store": true,
1111
"**/.git": true,

0 commit comments

Comments
 (0)