Loading snippets/print-common-info.sh +2 −0 Original line number Diff line number Diff line #! /bin/bash # Prints useful information for every job and should be used at the beginning of each job set -euo pipefail echo "Printing common information for build job." Loading Loading
snippets/print-common-info.sh +2 −0 Original line number Diff line number Diff line #! /bin/bash # Prints useful information for every job and should be used at the beginning of each job set -euo pipefail echo "Printing common information for build job." Loading