Compare commits

..

4 Commits

Author SHA1 Message Date
postwoman f2f1eacad6 Add test_org 2021-12-29 13:22:56 +08:00
postman c015f66646 okokookok
okokookok
2021-12-28 20:13:26 +08:00
postman c8006c28f0 ADD file via upload 2021-12-28 20:12:37 +08:00
postman 35e1a78a56 add a file cacert.pem 2021-12-28 19:50:27 +08:00
4 changed files with 4646 additions and 4 deletions

22
.trustie-pipeline.yml Normal file
View File

@ -0,0 +1,22 @@
kind: pipeline
name: default
platform:
os: linux
arch: arm64
steps:
- name: install
image: ruby:2.4.5
commands:
- gem install bundler
- bundle -v
- bundle install --jobs=1 --retry=1
- name: test
image: ruby:2.4.5
volumes:
- name: bundle
path: /usr/local/bundle
commands:
- rake

4620
cacert.pem Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +0,0 @@
a = 0
print("hello")
if a == 0:
print("ok")

4
test_org Normal file
View File

@ -0,0 +1,4 @@
import pytest
class TestOrg():
pass