Skip to content

Commit 1db64f2

Browse files
authored
Take eight (#63)
1 parent 8ac08c5 commit 1db64f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
EOF
8484
for d in $(find google -not -path google -type d); do cp google/__init__.py ${d}; done
8585
# Add packaging files from templates
86-
cp -r $PACKAGING_FILES/* .
86+
cp -r ${PACKAGING_FILES}/* .
8787
# Interpolate version info
8888
sed -i "s/{PROTOS_VERSION}/$PROTOS_VERSION/g" $(find . -type f -not -path "./google/*")
8989
# Make the tarball

0 commit comments

Comments
 (0)