Skip to content

Commit

Permalink
update warn message
Browse files Browse the repository at this point in the history
  • Loading branch information
szdziedzic committed Mar 29, 2024
1 parent a559e90 commit fe8fd8a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/eas-cli/src/build/runBuildAndSubmit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,7 @@ export async function runBuildAndSubmitAsync(
buildProfile.profile.image
}". This ${
['default', 'stable'].includes(buildProfile.profile.image) ? 'tag' : 'image'
} is deprecated and will be removed in the future. ${learnMore(
'https://docs.expo.dev/TBA-when-docs-are-updated'
)}`
} is deprecated and will be removed in the future. Use other images or tags listed here: https://docs.expo.dev/build-reference/infrastructure/`
);
}

Expand Down

0 comments on commit fe8fd8a

Please sign in to comment.