Skip to content

Commit

Permalink
Fix naming of generated signatures files. (facebookincubator#9624)
Browse files Browse the repository at this point in the history
Summary:
A typo prevented the files from being renamed correctly, causing errors in workflows using the stash.
Fixes : facebookincubator#9622

Pull Request resolved: facebookincubator#9624

Reviewed By: Yuhta

Differential Revision: D56582979

Pulled By: kgpai

fbshipit-source-id: e98eae113289021c4cfb9bfe8d036532ee0ea665
  • Loading branch information
assignUser authored and Joe-Abraham committed Jun 7, 2024
1 parent 2af7ecb commit 86be566
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,9 +228,9 @@ jobs:
source .venv/bin/activate
python3 -m pip install deepdiff
python3 scripts/signature.py gh_bias_check presto spark
python3 scripts/signature.py export_aggregates --presto /tmp/signatures/presto_aggregate_signatures_contendor.json
python3 scripts/signature.py export_aggregates --presto /tmp/signatures/presto_aggregate_signatures_contender.json
python3 scripts/signature.py bias_aggregates /tmp/signatures/presto_aggregate_signatures_main.json \
/tmp/signatures/presto_aggregate_signatures_contendor.json /tmp/signatures/presto_aggregate_bias_functions \
/tmp/signatures/presto_aggregate_signatures_contender.json /tmp/signatures/presto_aggregate_bias_functions \
/tmp/signatures/presto_aggregate_errors
- name: Upload Signature Artifacts
Expand Down

0 comments on commit 86be566

Please sign in to comment.