File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ cleanup () {
4141trap cleanup INT TERM EXIT
4242
4343echo " Fetching ncrypto source archive..."
44- NCRYPTO_TARBALL=" ncrypto-v$NEW_VERSION .tar.gz"
4544curl -sL " https://api.github.com/repos/nodejs/ncrypto/tarball/v$NEW_VERSION " \
4645| tar xz --strip-components=1 -C " $WORKSPACE " --wildcards \
4746 ' */README.md' \
@@ -55,8 +54,6 @@ mv "$WORKSPACE/src/engine.cpp" "$DEPS_DIR/ncrypto/engine.cc"
5554mv " $WORKSPACE /src/ncrypto.cpp" " $DEPS_DIR /ncrypto/ncrypto.cc"
5655mv " $WORKSPACE /include/" * " $DEPS_DIR /ncrypto/."
5756
58- cleanup
59-
6057# Update the version number on maintaining-dependencies.md
6158# and print the new version as the last line of the script as we need
6259# to add it to $GITHUB_ENV variable
You can’t perform that action at this time.
0 commit comments