File tree Expand file tree Collapse file tree 2 files changed +1
-31
lines changed
Expand file tree Collapse file tree 2 files changed +1
-31
lines changed Original file line number Diff line number Diff line change 22# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
33# SPDX-License-Identifier: Apache-2.0
44
5- set -e
5+ set -xe
66
77# cd into the script directory so it can be executed from anywhere
88pushd " $( dirname " ${BASH_SOURCE[0]} " ) "
@@ -52,19 +52,6 @@ cargo publish --dry-run --allow-dirty
5252cargo publish --dry-run --allow-dirty --all-features
5353popd
5454
55- # if this version has already been published we can run
56- # additional validation to ensure there won't be build
57- # problems when a new version is published
58- if ! ./scripts/detect-new-release; then
59- pushd s2n-tls
60- cargo publish --dry-run --allow-dirty
61- popd
62-
63- pushd s2n-tls-tokio
64- cargo publish --dry-run --allow-dirty
65- popd
66- fi
67-
6855pushd integration
6956cargo run
7057popd
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments