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

Change metabase buildpack to Scalingo managed buildpack #757

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jdauphant
Copy link

By default, it install the last version and you can choose the version with METABASE_VERSION

logger.info(
"Running in " +
(dryRun
? "DRY RUN MODE: Accounts WILL be created"
Copy link

Choose a reason for hiding this comment

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

Suggested change
? "DRY RUN MODE: Accounts WILL be created"
? "DRY RUN MODE: Accounts WILL NOT be created"

"Running in " +
(dryRun
? "DRY RUN MODE: Accounts WILL be created"
: "PRODUCTON MODE: Accounts will NOT be created")
Copy link

Choose a reason for hiding this comment

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

Suggested change
: "PRODUCTON MODE: Accounts will NOT be created")
: "PRODUCTON MODE: Accounts WILL be created")

@fbonniec fbonniec force-pushed the master branch 3 times, most recently from fb61904 to 7c10fb7 Compare March 26, 2024 13:43
@agarbe agarbe force-pushed the master branch 3 times, most recently from e1f80ff to b1e3d76 Compare April 12, 2024 14:21
@agarbe agarbe force-pushed the master branch 2 times, most recently from d772dc9 to 6e808bd Compare May 1, 2024 10:48
@fbonniec fbonniec force-pushed the master branch 2 times, most recently from 0a759f0 to 67b70e6 Compare June 11, 2024 09:16
@fbonniec fbonniec force-pushed the master branch 4 times, most recently from 0f8f5e7 to 801f57b Compare July 22, 2024 14:42
@agarbe agarbe force-pushed the master branch 2 times, most recently from 24aded8 to 5ecc182 Compare September 9, 2024 11:47
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.

None yet

3 participants