[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:
Luca Palmieri 2023-02-03 12:26:20 +00:00 committed by GitHub
parent 85d8819e85
commit e1991fa7c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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