Skip to content

Delete docker/docker/backend directory #335

Delete docker/docker/backend directory

Delete docker/docker/backend directory #335

Triggered via push July 17, 2024 09:24
Status Failure
Total duration 2m 29s
Artifacts

docker-build.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
build (server)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c mkdir -p /srv && git clone https://github.com/***/betterscan /srv/betterscan && cd /srv/betterscan && pip install virtualenv && virtualenv venv && . venv/bin/activate && pipenv install && curl -fsSL https://deb.nodesource.com/setup_22.x -o nodesource_setup.sh | bash - && apt-get install -y nodejs && cd /srv/betterscan/quantifiedcode/frontend && npm install && cd /srv/betterscan/quantifiedcode/frontend && chmod -R ugo+rw /srv/betterscan/quantifiedcode/frontend && make && cd /srv/betterscan/quantifiedcode/plugins/git/frontend && make && WORKDIR /srv/betterscan/quantifiedcode/frontend" did not complete successfully: exit code: 2
build (worker-cli)
The job was canceled because "server" failed.
build (worker-cli)
The operation was canceled.
build (worker)
The job was canceled because "server" failed.
build (worker)
The operation was canceled.
build (server)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: docker/build-push-action@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/