Skip to content

Commit

Permalink
Try updating path
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunkomath committed Dec 26, 2023
1 parent 9b8fb1f commit 46d05f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci_scripts/ci_post_clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e # Exit immediately if a command exits with a non-zero status.

echo "$GOOGLE_SERVICE_INFO_BASE64" | base64 --decode > "$SRCROOT/netdata/GoogleService-Info.plist" || {
echo "$GOOGLE_SERVICE_INFO_BASE64" | base64 --decode > "../netdata/GoogleService-Info.plist" || {
echo "Failed to decode and write GoogleService-Info.plist"
exit 1
}

0 comments on commit 46d05f7

Please sign in to comment.