Compare commits

..

1 Commits

Author SHA1 Message Date
postman 62dc95d925 Add hello.py 2021-12-28 19:37:23 +08:00
4 changed files with 4 additions and 4646 deletions

View File

@ -1,22 +0,0 @@
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

File diff suppressed because it is too large Load Diff

4
hello.py Normal file
View File

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

View File

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