File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ phases:
1212 commands :
1313 - export AWS_MAX_ATTEMPTS=10
1414 - echo "path - $PATH"
15+ - echo "user - $(whoami)"
1516 - AWS_ACCOUNT=`aws sts get-caller-identity | jq -r '.Account'`
1617 # For now assume there is a suitable EC2 instance running. Obviously, we could add a StepFunction here to
1718 # get a new one, but this is a start
Original file line number Diff line number Diff line change 5050export CARGO_HOME=" $PWD /../.cargo"
5151RUSTUP_HOME=" $PWD /../.rustup"
5252
53- # TODO: reenable once mise fixes http issues
54- # mise install --verbose
55- # eval "$(mise activate bash --shims)"
53+ mise install --verbose
54+ eval " $( mise activate bash --shims) "
5655
5756# clean up old install
5857rm -rf " $CARGO_HOME "
You can’t perform that action at this time.
0 commit comments