Skip to content

Commit

Permalink
#441: Removed u from -euxo in image.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshmurthy committed Jun 2, 2022
1 parent 419ce18 commit 3e01937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# under the License.
#

set -euxo pipefail
set -exo pipefail

DOCKER=docker
PROJECT_NAME=skupper-router
Expand Down

0 comments on commit 3e01937

Please sign in to comment.