Skip to content

Commit

Permalink
use default $HOME
Browse files Browse the repository at this point in the history
  • Loading branch information
sebsto committed Aug 2, 2024
1 parent ef5360c commit 92d5c23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/ci_actions/00_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ else
fi
export LANG=en_US.UTF-8

export HOME=/Users/ec2-user
export CODE_DIR=$HOME/amplify-ios-getting-started/code # default value
if [ ! -z ${GITHUB_ACTION} ]; then # we are running from a github runner
export CODE_DIR=$GITHUB_WORKSPACE/code
Expand Down

0 comments on commit 92d5c23

Please sign in to comment.