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

MAINT: master is no different in merging #311

Closed lacabra closed 4 years ago

lacabra commented 4 years ago

Adjusted .drone.yml so that merges to master don't pull existing docker images, but rather behave like merges to develop in that all branches build against each other.

When building the images in the deploy stage, the distinction is already made to tag them latest or develop depending on whether the merge is to master or develop respectively.

Analogous to: enigmampc/enigma-contract#206 enigmampc/enigma-core#287