-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR fixes the develop workflow by: - Modifying the `post_results_to_develop.py` script to get only the branch's name without the user and adding one more logging message. - Modifying the `develop.yml` to set the `${COMMIT_SHA}` env variable and use it as a parameter to the above script, so we don't have to use the `git` command inside the container raising ownership issues and fixing a mismatch of `'` and `"` on the `bencher run` posting command.
- Loading branch information
1 parent
8200fdb
commit 7c0bc44
Showing
2 changed files
with
12 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters