Compare commits

17 Commits
main ... main

Author SHA1 Message Date
0afb4a2fe4 test#7 2022-12-28 12:22:09 +07:00
da159411af test#5 2022-12-28 12:17:57 +07:00
717dc32b24 test#5 2022-12-28 12:04:21 +07:00
96f116538c test#4 2022-12-28 11:59:54 +07:00
6db023aca9 test#3 2022-12-28 11:58:42 +07:00
f913cb92be test#2 2022-12-28 11:57:26 +07:00
ab761bc6d5 test 2022-12-28 11:56:10 +07:00
e2e43d4304 one more 2022-12-28 11:54:06 +07:00
e050fa9268 another one 2022-12-28 11:51:39 +07:00
018644d6c6 try pipeline using curl docker and hastebin-server 2022-12-28 11:41:36 +07:00
6c500af426 try to fix drone yml 2022-12-28 07:38:47 +07:00
06c4b5838a update drone, so it should not failed 2022-12-28 07:35:05 +07:00
1f3a704318 Wiki added, so update README 2022-12-28 06:57:41 +07:00
b2d8a3ed41 drone test #2 2022-12-28 06:50:34 +07:00
c000ec4680 drone test #1 2022-12-28 06:46:57 +07:00
93bcfd2616 add drone ci/cd config file 2022-12-28 06:42:29 +07:00
2ac0ca323e Merge pull request 'add makefile' (#1) from somali/Test:main into main
Reviewed-on: cj/Test#1
2022-10-10 10:21:03 -04:00
2 changed files with 16 additions and 0 deletions

14
.drone.yml Normal file
View File

@@ -0,0 +1,14 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: send
image: curlimages/curl
commands:
- "curl -X POST http://cc2.cjv6.net:7777/documents --data-binary @hello.c"
- "curl -X POST http://cc2.cjv6.net:7777/documents --data-binary @Makefile"
- "curl -X POST http://cc2.cjv6.net:7777/documents --data-binary @.drone.yml"
...

View File

@@ -1 +1,3 @@
This is a test repo for gitea. This is a test repo for gitea.
There is more info for this project in wiki page.