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 6e9bf4a commit 935a127Copy full SHA for 935a127
scripts/publish.sh
@@ -14,13 +14,6 @@ for CRATE in ${CRATES[@]}; do
14
echo "INFO : processing crate ${CRATE}."
15
pushd $CRATE > /dev/null
16
17
- VERSION="$(cargo pkgid | cut -d# -f2)"
18
-
19
- if ! curl -s -o /dev/null -w '%{http_code}' https://github.com/apognu/knox/tree/v${VERSION} | grep 200 > /dev/null; then
20
- echo "ERROR: tag v${VERSION} does not exist in upstream git repository."
21
- exit 1
22
- fi
23
24
cp Cargo.toml Cargo.toml.bak
25
sed -i 's/build =.*/build = false/' Cargo.toml
26
sed -i '/^\[dev-dependencies\]/,/^$/d' Cargo.toml
0 commit comments