This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Gitlink
/
forgeplus
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
16
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Update ruby
tags/v3.0.0
jasder
5 years ago
parent
0089c1b8ba
commit
40cb8d7e68
1 changed files
with
3 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-5
.trustie-pipeline.yml
+ 3
- 5
.trustie-pipeline.yml
View File
@@ -8,16 +8,14 @@ platform:
steps:
- name: install
image: ruby:2.
3.7
image: ruby:2.
4.5
commands:
- gem update --system
- gem install bundler --default -v "2.1.4"
- bundle -v
- bundle
_2.1.4_
install --jobs=1 --retry=1
- bundle install --jobs=1 --retry=1
- rake
- name: test
image: ruby:2.
3.7
image: ruby:2.
4.5
volumes:
- name: bundle
path: /usr/local/bundle
Write
Preview
Loading…
Cancel
Save