Skip to content

Commit

Permalink
[REL] saas-12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
KangOl committed Aug 27, 2019
1 parent 08dc822 commit 28f7050
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _active_branches.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
set -e
branches=(7.0 8.0 saas-6 9.0 10.0 saas-14 saas-15 11.0 saas-11.3 12.0 saas-12.3 saas-12.4 master)
branches=(7.0 8.0 saas-6 9.0 10.0 saas-14 saas-15 11.0 saas-11.3 12.0 saas-12.3 saas-12.4 saas-12.5 master)
declare -A prevs
declare -A nexts
for i in "${!branches[@]}"; do
Expand Down
2 changes: 1 addition & 1 deletion git-commit-merge
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ function check_saas124() {
assert_not_in_diff py '\bself\.phantom_js\(' "Use $(em self.start_tour) helper instead of $(em self.phantom_js)"
}

function check_master() {
function check_saas125() {
assert_not_in_diff py '@api\.multi\b'
assert_not_in_diff py '\.sudo\((?!True\)|False\)|\))' "Use $(em with_user) to change active user"
assert_not_in_diff py '\boldname\b'
Expand Down

0 comments on commit 28f7050

Please sign in to comment.