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

Republishes zipkin-builder only when on master, as a separate job #3265

Merged
merged 8 commits into from Oct 28, 2020

Conversation

codefromthecrypt
Copy link
Member

This should help prevent build timeouts

# * Use the "release" profile as that ensures the core jar ends up JRE 1.6 compatible
install: ./mvnw install -DskipTests=true -Dlicense.skip=true -Dmaven.javadoc.skip=true -B -V -Prelease
script: ./travis/publish.sh
# Credentials entered into https://travis-ci.org/github/openzipkin/${REPO}/settings are access
Copy link
Member Author

Choose a reason for hiding this comment

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

note: this is currently lying as I've not removed them from the bottom of the yaml, yet. Just yeah..

@@ -155,11 +155,6 @@ push_docker_master() {
docker tag "${image}:master" "ghcr.io/${image}:master"
docker push "ghcr.io/${image}:master"
done

echo Building zipkin-builder
docker/build_image zipkin-builder latest
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 re-does the build (including downloading stuff from maven), which timed out the last master run

@codefromthecrypt codefromthecrypt merged commit bfaa01f into master Oct 28, 2020
@codefromthecrypt codefromthecrypt deleted the builder-on-master branch October 28, 2020 08:13
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

2 participants