Compare commits

...

34 Commits

Author SHA1 Message Date
Jasder 50366bddf9 Merge branch 'master' of http://testgitea2.trustie.net/jasder/forgeplus 2020-07-31 16:20:58 +08:00
Jasder 2df6b66573 ADD test.rb file 2020-07-31 16:20:38 +08:00
jasder f5311b6c0a FIX code review 2020-07-24 17:34:50 +08:00
jasder b08fcbd0a3 Upate file 2020-07-24 17:34:03 +08:00
jasder 575294361a ADD a file for test devops 2020-07-24 17:30:44 +08:00
jasder 2dad9dc99d Update '.trustie-pipeline.yml' 2020-07-24 15:51:35 +08:00
jasder ba7f7bd89f fffffffff 2020-07-24 14:51:15 +08:00
jasder 5e52ce51a2 更新 '.trustie-pipeline.yml' 2020-07-21 15:49:46 +08:00
jasder 5e7c6f7dfd 更新 '.trustie-pipeline.yml' 2020-07-21 15:24:50 +08:00
jasder c8c1a362e8 更新 '.trustie-pipeline.yml' 2020-07-21 15:15:49 +08:00
jasder 96cc2a85c7 更新 '.trustie-pipeline.yml' 2020-07-21 15:02:01 +08:00
Jasder f8e34c88ea Fix add puts method 2020-07-21 14:26:04 +08:00
Jasder f099e8c385 FIX add file for test gitea webhook 2020-07-21 13:45:55 +08:00
Jasder e31f9fd9f6 FIX delete file 2020-07-21 13:44:39 +08:00
Jasder 0e8d3f8787 FIX delete file 2020-07-21 12:57:06 +08:00
Jasder a2d7f1c0e9 FIX delete file 2020-07-21 12:44:54 +08:00
Jasder bbb4a1ae5c Merge branch 'master' of http://testgitea2.trustie.net/jasder/forgeplus 2020-07-21 12:42:35 +08:00
Jasder 8d7916b329 FIX test webhook 2020-07-21 12:38:48 +08:00
jasder 7e275ca9b4 更新 '.trustie-pipeline.yml' 2020-07-20 23:18:48 +08:00
jasder d1090dc9bf update .trustie-pipeline.yml 2020-07-20 22:12:02 +08:00
jasder aea73431af update .trustie-pipeline.yml 2020-07-20 22:08:13 +08:00
jasder e4c22f4836 更新 '.trustie-pipeline.yml' 2020-07-20 21:53:40 +08:00
jasder 5294e9cdfc 更新 '.trustie-pipeline.yml' 2020-07-20 21:51:38 +08:00
jasder 4ab94fc894 更新 '.trustie-pipeline.yml' 2020-07-20 21:46:32 +08:00
jasder 07c92153a4 更新 '.trustie-pipeline.yml' 2020-07-20 21:44:25 +08:00
jasder 3387836435 更新 '.trustie-pipeline.yml' 2020-07-20 21:40:40 +08:00
jasder 745951024c 更新 '.trustie-pipeline.yml' 2020-07-20 21:34:38 +08:00
Jasder afca322c22 fsfsfff 2020-07-20 18:36:11 +08:00
Jasder 77c009c747 fsfs 2020-07-20 18:08:10 +08:00
Jasder a530ab3559 Delete file for test devops 2020-07-20 17:56:50 +08:00
Jasder dd679e1ba9 ADD file for test devops 2020-07-20 17:47:26 +08:00
jasder 63f725a31d fix devops 2020-07-20 17:01:46 +08:00
jasder d78b65fff1 add devops file 2020-07-20 16:29:05 +08:00
jasder 4dede97382 Update 'README.md' 2020-04-01 11:18:46 +08:00
6 changed files with 27 additions and 2 deletions

13
.trustie-pipeline.yml Normal file
View File

@ -0,0 +1,13 @@
kind: pipeline
name: default
platform:
os: linux
arch: arm64
steps:
- name: test
image: ruby
commands:
- bundle install --jobs=3 --retry=3
- rake

View File

@ -1,4 +1,4 @@
----
# 本地开发部署步骤
#### 1. 安装依赖包
@ -1998,7 +1998,7 @@ http://localhost:3000/api/18816895620/mirror_demo/contents/files/delete | jq
"author": {
"name": "18816895620",
"email": "2456233122@qq.com",
"date": "2020-01-08T07:57:34Z"
"date": "2020-01-08T07:57:39Z"
},
"committer": {
"name": "18816895620",

1
caishi.html Normal file
View File

@ -0,0 +1 @@
dkadfiwjsldkjfalkjfalsdkfj

3
test.rb Normal file
View File

@ -0,0 +1,3 @@
def test
puts "test"
end

3
test_devops.rb Normal file
View File

@ -0,0 +1,3 @@
def test_devops
puts "This is good idea."
end

5
test_webhook.rb Normal file
View File

@ -0,0 +1,5 @@
def test_r
puts "fsaf"
puts "success"
end