Compare commits

...

2 Commits

Author SHA1 Message Date
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
2 changed files with 4642 additions and 0 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