Pipeline fails with “clone: skipped” (Docker stack)

Thank you, but this is not the case and the contents of the file are reflected in the Drone UI (name of the pipeline, steps, etc.), so this error message appears to be misleading.

Thank you very much, the issue is gone! I think it was indeed mostly the use of drone/drone:latest, which was a silly error and entirely my fault because I didn’t follow the documentation, apologies.

For future reference, I—

  1. specified the version for the server and client Docker images to :1,
  2. added the environment variable DOCKER_API_VERSION: 1.39 to both due to another error I got, and
  3. changed the network to an attachable and external one in order to allow the Drone runner to attach its own containers to it.

This issue is thus solved, thank you for this excellent software!