Skip to content

Commit

Permalink
Remove error message for file permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jess Bees committed Apr 25, 2024
1 parent d6db901 commit 12a5abe
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion src/internal/deployment.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ const temporaryErrorStatus = {

const finalErrorStatus = {
deployment_failed: 'Deployment failed, try again later.',
deployment_perms_error: 'Deployment failed. Please ensure that the file permissions are correct.',
deployment_content_failed:
'Artifact could not be deployed. Please ensure the content does not contain any hard links, symlinks and total size is less than 10GB.',
deployment_cancelled: 'Deployment cancelled.',
Expand Down

0 comments on commit 12a5abe

Please sign in to comment.