We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ac08c5 commit 1db64f2Copy full SHA for 1db64f2
.circleci/config.yml
@@ -83,7 +83,7 @@ jobs:
83
EOF
84
for d in $(find google -not -path google -type d); do cp google/__init__.py ${d}; done
85
# Add packaging files from templates
86
- cp -r $PACKAGING_FILES/* .
+ cp -r ${PACKAGING_FILES}/* .
87
# Interpolate version info
88
sed -i "s/{PROTOS_VERSION}/$PROTOS_VERSION/g" $(find . -type f -not -path "./google/*")
89
# Make the tarball
0 commit comments