Welcome to the Bluefly.io code repository. By logging in, you agree to comply with our terms of service and code of conduct.

Skip to content

fix: replace bash heredoc with portable sh syntax

thomas.scola@bluefly.io requested to merge feature/pipeline-optimization into main
  • Replace '<<<' heredoc (bash-only) with cut commands (sh-compatible)
  • Alpine uses /bin/sh not bash, so must use POSIX-compliant syntax
  • Fixes 'syntax error: unexpected redirection' in production tag job

Merge request reports

Loading