Skip to content

Commit

Permalink
chore: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastien Gatellier committed Oct 14, 2023
1 parent c2375f9 commit 32a9d0c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ WORKDIR /usr/heart

COPY entrypoint.sh ./entrypoint.sh

ENTRYPOINT ["/usr/heart/entrypoint.sh"]
ENTRYPOINT ["entrypoint.sh"]
3 changes: 0 additions & 3 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,5 @@ if [[ -f "cloned_repository/$config" ]]; then
fi

# run the heart command
echo "pwd" && pwd
echo "ls -la ." && ls -la .
echo "ls -la /usr/heart" && ls -la /usr/heart
command=$(generate_heart_command "$analysisService" "$config" "$threshold" "$exceptServices" "$onlyServices" "$verbose")
npx heart $command

0 comments on commit 32a9d0c

Please sign in to comment.