Skip to content

Commit 7b1bd4d

Browse files
gengjiawenfacebook-github-bot
authored andcommitted
remove useless config in circle ci (#19980)
Summary: The gradle path is unnecessary. pass all current ci. none [GENERAL] [INTERNAL] [CI] - remove useless config in circle ci. Closes #19980 Differential Revision: D8700298 Pulled By: hramos fbshipit-source-id: ed50cab035f0d78dc482023460692a2ce137fb48
1 parent 62f9ced commit 7b1bd4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ aliases:
176176
- &configure-android-path
177177
name: Configure Environment Variables
178178
command: |
179-
echo 'export PATH=${ANDROID_NDK}:~/react-native/gradle-2.9/bin:~/buck/bin:$PATH' >> $BASH_ENV
179+
echo 'export PATH=${ANDROID_NDK}:~/buck/bin:$PATH' >> $BASH_ENV
180180
source $BASH_ENV
181181
182182
- &install-android-packages

0 commit comments

Comments
 (0)