Compare commits

..

4 Commits

Author SHA1 Message Date
postwoman 931cb04b93 ADD file via upload 2021-12-28 20:14:46 +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 4649 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")

7
platform_sample_test.rb Normal file
View File

@ -0,0 +1,7 @@
require 'test_helper'
class PlatformSampleTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end