Compare commits

...

2 Commits

Author SHA1 Message Date
moshenglv 6960d8a105 Update '.trustie-pipeline.yml' 2021-01-06 16:58:10 +08:00
moshenglv 4bd4414cea Update '.trustie-pipeline.yml'
continuous-integration/drone/push Build was killed Details
2021-01-06 16:57:55 +08:00
1 changed files with 11 additions and 22 deletions

View File

@ -1,22 +1,11 @@
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
kind: pipeline
type: docker
name: default
platform:
os: linux
arch: amd64
steps:
- name: greeting
image: primetoninc/jdk
commands:
- echo 'hello world!11217211' > /home/hello.txt