Skip to content

Commit

Permalink
NO BUG - do not run after_script (quick hack) until Bug 1015059 lands
Browse files Browse the repository at this point in the history
  • Loading branch information
lightsofapollo committed May 23, 2014
1 parent ecd2547 commit c7c9323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ci
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cmd_ls() {
}

cmd_run() {
local steps="before_install install before_script script after_script"
local steps="before_install install before_script script"
local root="$suite_root/$1/"

if [ ! -d $root ] || [ "$1" == "" ] || [ "$1" == " " ];
Expand Down

0 comments on commit c7c9323

Please sign in to comment.