Skip to content

docs: app & agents development document (#2081) #16

docs: app & agents development document (#2081)

docs: app & agents development document (#2081) #16

Triggered via push October 19, 2024 08:00
Status Failure
Total duration 2m 49s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
build-image
buildx failed with: ERROR: failed to solve: process "/bin/sh -c git config --global --add safe.directory /app && CURRENT_POSITION=$(git rev-parse --abbrev-ref HEAD) && TAGS=$(git tag --sort=-creatordate | head -n $NUM_VERSION | tac) && if [ -z \"$TAGS\" ]; then TAGS=$(git log --format=\"%h\" -n $NUM_VERSION | tac); fi && for TAG in $TAGS; do echo \"Creating version $TAG\"; cd /app/docs && git checkout $TAG; echo \"Checked out to tag: $TAG\"; rm -rf /app-build/docs/docs /app-build/docs/sidebars.js /app-build/docs/static /app-build/docs/src && cp -r /app/docs/docs /app-build/docs/ && cp /app/docs/sidebars.js /app-build/docs/ && cp -r /app/docs/static /app-build/docs/ && cp -r /app/docs/src /app-build/docs/; cd /app-build/docs && npm run docusaurus docs:version $TAG || exit 1; done && cd /app/docs && git checkout $CURRENT_POSITION && rm -rf /app-build/docs/docs /app-build/docs/sidebars.js /app-build/docs/static /app-build/docs/src && cp -r /app/docs/docs /app-build/docs/ && cp /app/docs/sidebars.js /app-build/docs/ && cp -r /app/docs/static /app-build/docs/ && cp -r /app/docs/src /app-build/docs/; cd /app-build/docs && npm run build && echo $TAGS | tr ' ' '\\n' | tac > /app-build/docs/build/versions.txt && echo \"latest\" >> /app-build/docs/build/versions.txt && echo \"Built versions:\" && cat /app-build/docs/build/versions.txt" did not complete successfully: exit code: 1
build-image
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, docker/login-action@v2, 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/