Skip to content

Commit

Permalink
Fix, node.js isn’t started
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <git@stefan-marr.de>
  • Loading branch information
smarr committed Jan 20, 2024
1 parent eae4f1f commit ff4c0b2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions Dockerfile.rebench
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,3 @@ RUN apt-get install -y git python3-pip
RUN pip install --break-system-packages git+https://github.com/smarr/ReBench.git

RUN npm run pretest

ENTRYPOINT ["bash"]
CMD ["-c"]
1 change: 0 additions & 1 deletion docker-compose.rebench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ services:
- CI_PIPELINE_ID
- CI_COMMIT_REF_NAME
command: |
curl --retry 5 --retry-delay 5 --retry-all-errors http://localhost:33333/status
rebench -c --experiment="CI ID $$CI_PIPELINE_ID" --branch="$$CI_COMMIT_REF_NAME" rebench.conf

0 comments on commit ff4c0b2

Please sign in to comment.