Skip to content

Commit 944627a

Browse files
committed
fix build script file path
1 parent ab9ce38 commit 944627a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ jobs:
3636
. venv/bin/activate
3737
wget "https://docs.google.com/spreadsheets/d/1rxa8EfTuZzUFRcUVNtjBFS8jO5oZrzXFpOy0FRGSnQs/gviz/tq?tqx=out:csv&sheet=251018" -O content/251018.csv
3838
wget "https://docs.google.com/spreadsheets/d/1rxa8EfTuZzUFRcUVNtjBFS8jO5oZrzXFpOy0FRGSnQs/gviz/tq?tqx=out:csv&sheet=261018" -O content/261018.csv
39-
$CIRCLE_WORKING_DIRECTORY/developer_server.sh start
39+
./develop_server.sh start
40+
./develop_server.sh stop
4041
4142
# TODO: run tests checking for:-
4243
# - plugin build output

0 commit comments

Comments
 (0)