Skip to content

Instantly share code, notes, and snippets.

@cburroughs
Created February 20, 2019 14:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cburroughs/5b85eda36d10a8239702683e58d0d895 to your computer and use it in GitHub Desktop.
Save cburroughs/5b85eda36d10a8239702683e58d0d895 to your computer and use it in GitHub Desktop.
make publish
(cd /tmp/sdc-system-tests--20190220T142500Z-g4bc8a98 && gtar -I pigz -cf /root/sdc-system-tests/sdc-system-tests--20190220T142500Z-g4bc8a98.tgz sdc-system-tests--20190220T142500Z-g4bc8a98)
mkdir -p /root/sdc-system-tests/bits/sdc-system-tests
echo -20190220T142500Z-g4bc8a98 > /root/sdc-system-tests/bits/sdc-system-tests/latest-build-stamp
Generating /root/sdc-system-tests/bits/sdc-system-tests/build-environment
Generating /root/sdc-system-tests/bits/sdc-system-tests/npm-ls.json
/opt/tools/bin/npm ls --json > /root/sdc-system-tests/bits/sdc-system-tests/npm-ls.json
npm ERR! extraneous: dapi@8.5.0 /root/sdc-system-tests/node_modules/dapi
npm ERR! extraneous: sdc-clients@12.2.0 /root/sdc-system-tests/node_modules/sdc-clients
deps/eng/tools/mk/Makefile.targ:387: recipe for target 'prepublish' failed
make: [prepublish] Error 1 (ignored)
mkdir -p /root/sdc-system-tests/bits/sdc-system-tests
cp /root/sdc-system-tests/sdc-system-tests--20190220T142500Z-g4bc8a98.tgz /root/sdc-system-tests/bits/sdc-system-tests/sdc-system-tests--20190220T142500Z-g4bc8a98.tgz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment