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 e1991fa commit 47f6bd8Copy full SHA for 47f6bd8
tools/ci-scripts/upgrade-gradle-properties
@@ -20,11 +20,8 @@ cat gradle.properties
20
git status
21
popd
22
23
-# Clone smithy-rs repo changes (changelog updates) into
24
-# the `smithy-rs-release` artifact for push to GitHub
25
pushd "${ARTIFACTS_DIR}"
26
-git clone "${SMITHY_RS_DIR}"
27
-# Copy over the original remotes so that it's possible to push to `origin`
28
-cp "${SMITHY_RS_DIR}/.git/config" smithy-rs/.git/config
+mkdir -p smithy-rs
+cp -r "${SMITHY_RS_DIR}" .
29
git -C smithy-rs status
30
0 commit comments