Skip to content

Commit

Permalink
moved artifact dire to util
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed Jun 10, 2024
1 parent 998c841 commit 8c4bfcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/bench.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
set -eu -o pipefail
shopt -s inherit_errexit

ARTIFACTS_DIR="$PWD/.git/.artifacts"

# realpath allows to reuse the current
BENCH_ROOT_DIR=$(realpath "$(dirname "${BASH_SOURCE[0]}")")

Expand Down
2 changes: 2 additions & 0 deletions scripts/command-utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ else
export LOADED_UTILS_SH=true
fi

export ARTIFACTS_DIR="$PWD/.git/.artifacts"

die() {
if [ "${1:-}" ]; then
>&2 echo "$1"
Expand Down

0 comments on commit 8c4bfcf

Please sign in to comment.