Fix testing of monorepo crates (#520)

* Use get --dirname to enter the retrieved crate

* Improve log message about deployment dir

Co-authored-by: GHA <actions@github.com>
This commit is contained in:
Alejandro R Mosteo
2022-06-07 18:12:41 +02:00
committed by GitHub
parent f3462c9a34
commit c0c9eabf68
+3 -2
View File
@@ -179,8 +179,9 @@ for file in $CHANGES; do
elif $is_binary; then
echo FETCHED BINARY crate OK
else
echo FETCHED SOURCE crate OK
cd ${crate}_${version_noextras}_*
echo FETCHED SOURCE crate OK, deployed at $(alr get --dirname $milestone)
# Enter the deployment dir
cd $(alr get --dirname $milestone)
echo BUILD ENVIRONMENT
alr printenv
echo BUILDING CRATE