1
0
Fork 0
mirror of https://github.com/shouptech/humulus.git synced 2026-02-03 16:09:44 +00:00

Remove the stuff from drone, this doesn't actually work

This commit is contained in:
Emma 2019-07-22 15:45:51 -06:00
parent 02b2f321a4
commit 102e2bfd40

View file

@ -12,9 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import os
__version__ = "0.0.1"
if os.environ.get("DRONE_BUILD_NUMBER", default=None) is not None:
__version__ += "dev{}".format(os.environ["DRONE_BUILD_NUMBER"])