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 0bde388 commit ae2825fCopy full SHA for ae2825f
1 file changed
tools/dep_updaters/update-ncrypto.sh
@@ -41,7 +41,6 @@ cleanup () {
41
trap cleanup INT TERM EXIT
42
43
echo "Fetching ncrypto source archive..."
44
-NCRYPTO_TARBALL="ncrypto-v$NEW_VERSION.tar.gz"
45
curl -sL "https://api.github.com/repos/nodejs/ncrypto/tarball/v$NEW_VERSION" \
46
| tar xz --strip-components=1 -C "$WORKSPACE" --wildcards \
47
'*/README.md' \
@@ -55,8 +54,6 @@ mv "$WORKSPACE/src/engine.cpp" "$DEPS_DIR/ncrypto/engine.cc"
55
54
mv "$WORKSPACE/src/ncrypto.cpp" "$DEPS_DIR/ncrypto/ncrypto.cc"
56
mv "$WORKSPACE/include/"* "$DEPS_DIR/ncrypto/."
57
58
-cleanup
59
-
60
# Update the version number on maintaining-dependencies.md
61
# and print the new version as the last line of the script as we need
62
# to add it to $GITHUB_ENV variable
0 commit comments