Skip to content

Commit 05f3af6

Browse files
committed
bundle set without local
1 parent 3873f1d commit 05f3af6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/build.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@ jobs:
1919
set -euxo pipefail
2020
2121
## Bundle Install
22-
mkdir -p /work/.bundle/
23-
touch /work/.bundle/config
24-
chmod +w /work/.bundle/config
25-
bundle config set --local path 'vendor/bundle'
22+
# mkdir -p /work/.bundle/
23+
# touch /work/.bundle/config
24+
# chmod +w /work/.bundle/config
25+
# bundle config set --local path 'vendor/bundle'
26+
bundle config path 'vendor/bundle'
2627
bundle install
2728
2829
## Yarn Install

0 commit comments

Comments
 (0)