mirror of https://github.com/smithy-lang/smithy-rs
[release-branches] Fix working directory (#2298)
* Fix working directory. * Build the Docker image using the latest commit on the invocation branch. * We need a Docker image with the same SHA later in the process.
This commit is contained in:
parent
85d8819e85
commit
e1991fa7c7
|
@ -26,5 +26,5 @@ pushd "${ARTIFACTS_DIR}"
|
|||
git clone "${SMITHY_RS_DIR}"
|
||||
# Copy over the original remotes so that it's possible to push to `origin`
|
||||
cp "${SMITHY_RS_DIR}/.git/config" smithy-rs/.git/config
|
||||
git status
|
||||
git -C smithy-rs status
|
||||
popd
|
||||
|
|
Loading…
Reference in New Issue