We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50a6463 commit 5b08478Copy full SHA for 5b08478
code/ci_actions/02_amplify.sh
@@ -5,7 +5,7 @@ set -o pipefail
5
. code/ci_actions/00_common.sh
6
7
# search for amplify
8
-AMPLIFY_STANDALONE=/Users/ec2-user/.amplify/bin/amplify
+AMPLIFY_STANDALONE=$HOME/.amplify/bin/amplify
9
AMPLIFY_BREW=/opt/homebrew/bin/amplify
10
if [ -f $AMPLIFY_STANDALONE ]; then
11
AMPLIFY_CLI=$AMPLIFY_STANDALONE
0 commit comments