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 docker_image ci job #4004

Merged
merged 1 commit into from
Mar 29, 2019
Merged

Fix docker_image ci job #4004

merged 1 commit into from
Mar 29, 2019

Conversation

alessio
Copy link
Contributor

@alessio alessio commented Mar 28, 2019

  • Always build regardless of the branch;
    push only from develop and master.
  • Add curl to packages dependencies in Dockerfile
    to allow golangci-lint to be downloaded.

Closes: #3977

  • Linked to github-issue with discussion and accepted design OR link to spec that describes this work.
  • Wrote tests
  • Updated relevant documentation (docs/)
  • Added a relevant changelog entry: sdkch add [section] [stanza] [message]
  • rereviewed Files changed in the github PR explorer

For Admin Use:

  • Added appropriate labels to PR (ex. wip, ready-for-review, docs)
  • Reviewers Assigned
  • Squashed all commits, uses message "Merge pull request #XYZ: [title]" (coding standards)

@codecov
Copy link

codecov bot commented Mar 28, 2019

Codecov Report

Merging #4004 into develop will increase coverage by 0.04%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           develop   #4004      +/-   ##
==========================================
+ Coverage    59.76%   59.8%   +0.04%     
==========================================
  Files          211     199      -12     
  Lines        15055   14727     -328     
==========================================
- Hits          8998    8808     -190     
+ Misses        5435    5326     -109     
+ Partials       622     593      -29

@alessio alessio force-pushed the alessio/fix-docker-image branch 2 times, most recently from 21fb42c to e34a766 Compare March 29, 2019 00:18
@alessio alessio changed the title Alessio/fix docker image Fix docker_image ci job Mar 29, 2019
@alessio alessio marked this pull request as ready for review March 29, 2019 00:24
Copy link
Contributor

@sabau sabau left a comment

Choose a reason for hiding this comment

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

was just curl missing?

docker login -u $DOCKER_USER -p $DOCKER_PASS
docker push tendermint/gaia:$GAIAD_VERSION
if [ -z "${GAIAD_VERSION}" ]; then
docker build .
Copy link
Contributor

Choose a reason for hiding this comment

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

👍 seems healthy to fail always

@alexanderbez
Copy link
Contributor

We should add a pending log entry for a bugfix.

- Always build regardless of the branch;
  push only from develop and master.
- Add curl to packages dependencies in Dockerfile
  to allow golangci-lint to be downloaded.

Closes: #3977
@alessio
Copy link
Contributor Author

alessio commented Mar 29, 2019

Done @alexanderbez

@alessio alessio merged commit 273c525 into develop Mar 29, 2019
@alessio alessio deleted the alessio/fix-docker-image branch March 29, 2019 17:32
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.

3 participants