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:
committed by
GitHub
parent
f3462c9a34
commit
c0c9eabf68
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user