Skip to content

Commit

Permalink
Removed pushd commands in comment_github.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Vedant <[email protected]>
  • Loading branch information
vrnimje committed Jul 16, 2024
1 parent b935650 commit 6072f1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .jenkins/lsu-perftests/comment_github.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

set -eux

pushd perftests-reports/reference-comparison
# pushd perftests-reports/reference-comparison

# In the order of replacement rule in sed:
# - Remove the image as does not display in github comments (section Details in the report)
Expand All @@ -25,4 +25,4 @@ curl \
https://api.github.com/repos/STEllAR-GROUP/hpx/issues/${ghprbPullId}/comments \
-d "{\"body\": \"<details><summary>Performance test report</summary>${report}<\/details>\"}"

popd
# popd

0 comments on commit 6072f1b

Please sign in to comment.