Skip to content

Commit

Permalink
Remove shell command logs from CI docker run script
Browse files Browse the repository at this point in the history
  • Loading branch information
paolino committed Nov 1, 2024
1 parent 49d619b commit f9c6422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run/common/docker/run.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /bin/bash

# Enforce strict script execution modes
set -euox pipefail
set -euo pipefail

# Function to display usage information
usage() {
Expand Down

0 comments on commit f9c6422

Please sign in to comment.