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

Fixing bug with generated pages #1191

Merged
merged 2 commits into from
Jun 18, 2020
Merged

Fixing bug with generated pages #1191

merged 2 commits into from
Jun 18, 2020

Conversation

jwoertink
Copy link
Member

Purpose

Fixes #1110

Description

The @output_path was using string interpolation, but since it's coming from the template, it should be an ECR tag. I'm not sure if we have a way to check this, but this looks more correct 😅

On a side note, I couldn't run specs because I was getting issues with Dexter. I updated the versions since these are released now to get specs to run locally.

Checklist

  • - An issue already exists detailing the issue/or feature request that this PR fixes
  • - All specs are formatted with crystal tool format spec src
  • - Inline documentation has been added and/or updated
  • - Lucky builds on docker with ./script/setup
  • - All builds and specs pass on docker with ./script/test

@jwoertink jwoertink requested a review from paulcsmith June 18, 2020 15:24
@jwoertink
Copy link
Member Author

I'm going to merge this in since people are starting to run in to it.

@jwoertink jwoertink merged commit a11ab0d into master Jun 18, 2020
@jwoertink jwoertink deleted the bugs/1110 branch June 18, 2020 20:31
Copy link
Member

@paulcsmith paulcsmith left a comment

Choose a reason for hiding this comment

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

Nice catch!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

can't infer the type of instance variable '@output_path'
2 participants