こういうことができない。
version: 2
jobs:
build:
docker:
- image: circleci/ruby
environment:
- PATH: /path/to/dir:$PATH
こうする
steps:
- run:
command: echo 'export PATH=/path/to/dir:$PATH' >> $BASH_ENV
Go to list of users who liked
More than 5 years have passed since last update.
こういうことができない。
version: 2
jobs:
build:
docker:
- image: circleci/ruby
environment:
- PATH: /path/to/dir:$PATH
こうする
steps:
- run:
command: echo 'export PATH=/path/to/dir:$PATH' >> $BASH_ENV
Register as a new user and use Qiita more conveniently
Go to list of users who liked