diff options
| author | Douwe Maan <douwe@gitlab.com> | 2018-12-13 11:36:09 +0000 |
|---|---|---|
| committer | Douwe Maan <douwe@gitlab.com> | 2018-12-13 11:36:09 +0000 |
| commit | 47dc17bce2e59b403dffa9eacc8b146618dba2c2 (patch) | |
| tree | 544fda407b7df029b0dd122f949fd0dfe3ad9694 /lib/action | |
| parent | df89099ed954a6673bb8388ef74480940d40a759 (diff) | |
| download | gitlab-shell-47dc17bce2e59b403dffa9eacc8b146618dba2c2.tar.gz | |
Revert "Merge branch 'sh-bump-ruby-version' into 'master'"
This reverts merge request !257
Diffstat (limited to 'lib/action')
| -rw-r--r-- | lib/action/custom.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/action/custom.rb b/lib/action/custom.rb index 3382e83..a2f3d59 100644 --- a/lib/action/custom.rb +++ b/lib/action/custom.rb @@ -96,13 +96,12 @@ module Action def print_flush(str) return false unless str - $stdout.print(Base64.decode64(str)) $stdout.flush end def inform_client(str) - warn(format_gitlab_output(str)) + $stderr.puts(format_gitlab_output(str)) end def format_gitlab_output(str) |
