Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(shorebird_cli): adjust engine file permissions #36

Merged
merged 5 commits into from
Mar 7, 2023

Conversation

felangel
Copy link
Contributor

@felangel felangel commented Mar 7, 2023

Description

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

@felangel felangel added the bug Something isn't working label Mar 7, 2023
@felangel felangel requested a review from eseidel March 7, 2023 19:04
@felangel felangel self-assigned this Mar 7, 2023
@@ -51,7 +51,7 @@ runs:

- working-directory: ${{ inputs.working_directory }}
shell: ${{ inputs.shell }}
run: dart analyze --fatal-infos --fatal-warnings ${{inputs.analyze_directories}}
run: dart analyze --fatal-warnings ${{inputs.analyze_directories}}
Copy link
Contributor Author

@felangel felangel Mar 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

adjusting this to allow us to include TODOs for now


// TODO(felangel): support windows and linux
// https://github.com/shorebirdtech/shorebird/issues/37
if (Platform.isMacOS) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@eseidel fyi made some minor updates to make it more explicit that only MacOS is supported atm

@felangel felangel merged commit 32a567d into main Mar 7, 2023
@felangel felangel deleted the fix/shorebird_cli-engine-permissions branch March 7, 2023 19:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix cloud engine builds
2 participants