Skip to content

Commit

Permalink
ref(14): Add logger and settings to bash scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanjerome committed Sep 18, 2023
1 parent 54d7598 commit 99c45ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/action/bash-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#@desc Build scripts used in stage

set -euo pipefail

LOG_PATH="./log"
source ./src/lib/log.sh

log_info "Running bash --version..."
Expand Down
1 change: 1 addition & 0 deletions test/action/maven-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

set -euo pipefail

LOG_PATH="./log"
source ./src/lib/log.sh

log_info "Running mvn --version..."
Expand Down

0 comments on commit 99c45ad

Please sign in to comment.