scrtlabs / enigma-p2p

The Enigma Worker Peer-to-Peer (P2P) package written in Node.js based on libp2p-js
https://enigma.co/protocol/
GNU Affero General Public License v3.0
38 stars 4 forks source link

Update .drone.yml #292

Closed Cashmaney closed 4 years ago

Cashmaney commented 4 years ago

Patches #290, where pulling an image is needed before tagging it with the desired tag to make sure that exists, otherwise the tagging operation may fail or may fail an outdated image.

The intent of #290 and this PR is to pull the image for KM when there is no matching branch for core so that we don't rebuild that image unnecessarily.

codecov[bot] commented 4 years ago

Codecov Report

Merging #292 into develop will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #292   +/-   ##
========================================
  Coverage    78.65%   78.65%           
========================================
  Files          102      102           
  Lines         4751     4751           
========================================
  Hits          3737     3737           
  Misses        1014     1014

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update da82894...ca45aae. Read the comment docs.

assafmo commented 4 years ago

Look to be overlapping with #291