Skip to content

Commit 62430e0

Browse files
committed
one moe check
1 parent b6acb4b commit 62430e0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ jobs:
2121
run-tests:
2222
<<: *docker
2323
environment:
24-
BUNDLE_PATH: vendor
25-
GOOGLE_APPLICATION_CREDENTIALS: $GOOGLE_APPLICATION_CREDENTIALS
24+
BUNDLE_PATH: vendor
2625

2726
steps:
2827
- checkout
@@ -39,7 +38,7 @@ jobs:
3938
- vendor
4039
- run:
4140
name: Run test command
42-
command: echo $GOOGLE_APPLICATION_CREDENTIALS
41+
command: echo ${GOOGLE_APPLICATION_CREDENTIALS}
4342

4443
workflows:
4544
version: 2

0 commit comments

Comments
 (0)