Commit c22bcc4c authored by Isuru Fernando's avatar Isuru Fernando
Browse files

Fix debug

parent 9567fe99
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ if [[ "$output" = *"worse"* ]]; then
  exit 1
fi

if [[ "$CI_PROJECT_NAMESPACE" == "isuruf" ]]; then
if [[ "$CI_PROJECT_NAMESPACE" == "inducer" ]]; then
  cd benchmark-data
  git add $PROJECT
  export GIT_AUTHOR_NAME="Automated Benchmark Bot"