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 #1023: add possibility to reference staging artifacts #1029

Merged
merged 1 commit into from
Nov 4, 2019

Conversation

nicolaferraro
Copy link
Member

fix #1023

And switch to runtime 1.0.6

Release Note

NONE

@@ -33,6 +33,8 @@ LINT_DEADLINE := 5m
# Used to push pre-relase artifacts
STAGING_IMAGE_NAME := docker.io/camelk/camel-k

STAGING_RUNTIME_REPO := https://repository.apache.org/content/repositories/orgapachecamel-1160
Copy link
Member

Choose a reason for hiding this comment

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

It's could be better if we can pass the staging repo url as an environment variable.

Copy link
Member Author

Choose a reason for hiding this comment

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

This allows to switch the main repo to a staging version before we officially release it, making travis building in the meantime. If you want to customize it locally you can still run e.g. make STAGING_RUNTIME_REPO=https://another-repo test-integration

@nicolaferraro nicolaferraro merged commit 0478f5c into apache:master Nov 4, 2019
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.

Avoid having failing builds during Apache Vote
4 participants