Skip to content

Commit

Permalink
fix test - 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Nov 21, 2024
1 parent 9e8e985 commit 791bfad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/wipac-cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -261,9 +261,10 @@ jobs:
- name: Run script
run: |
set -euo pipefail
prev_histos_setting=""
if [[ "${{ matrix.prev_histos_setting }}" == "overwrite" ]]; then
force_flag="--force"
else
force_flag=""
fi
set -x
./cp-dataset-histos.sh ${{ matrix.base_path }} ${{ matrix.dest_dir }} $force_flag
Expand Down

0 comments on commit 791bfad

Please sign in to comment.