⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Ruby master
All Projects
Ruby
»
Ruby master
Overview
Activity
Roadmap
Issues
Repository
Like
Download (319 Bytes)
Bug #14207
» config.yml
.circleci/config.yml -
minimum2scp (Tsuyoshi YAMADA)
, 12/20/2017 03:06 AM
version
:
2
jobs
:
build
:
docker
:
-
image
:
circleci/ruby:2.4.3
steps
:
-
checkout
-
setup_remote_docker
-
run
:
docker build -t custom/ruby:2.5.0-rc1 . 2>&1 | tee build-2.5.0-rc1.log
-
store_artifacts
:
path
:
build-2.5.0-rc1.log
destination
:
build-2.5.0-rc1.log
« Previous
1
2
3
4
Next »
(3-3/4)
Loading...