Skip to content

Commit e1991fa

Browse files
[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.
1 parent 85d8819 commit e1991fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ci-scripts/upgrade-gradle-properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ pushd "${ARTIFACTS_DIR}"
2626
git clone "${SMITHY_RS_DIR}"
2727
# Copy over the original remotes so that it's possible to push to `origin`
2828
cp "${SMITHY_RS_DIR}/.git/config" smithy-rs/.git/config
29-
git status
29+
git -C smithy-rs status
3030
popd

0 commit comments

Comments
 (0)