We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef5360c commit 92d5c23Copy full SHA for 92d5c23
code/ci_actions/00_common.sh
@@ -16,7 +16,6 @@ else
16
fi
17
export LANG=en_US.UTF-8
18
19
-export HOME=/Users/ec2-user
20
export CODE_DIR=$HOME/amplify-ios-getting-started/code # default value
21
if [ ! -z ${GITHUB_ACTION} ]; then # we are running from a github runner
22
export CODE_DIR=$GITHUB_WORKSPACE/code
0 commit comments