Skip to content

Commit

Permalink
Add "-x" to deploy so it's more obvious what's happening
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Dec 15, 2023
1 parent 754c2bc commit fcb8db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile.deploy
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ node('multiarch-' + env.BASHBREW_ARCH) { ansiColor('xterm') {

stage('Deploy') {
sh """#!/usr/bin/env bash
set -Eeuo pipefail
set -Eeuo pipefail -x

commands=( ${ shell } )
""" + '''
Expand Down

0 comments on commit fcb8db6

Please sign in to comment.