mirror of
https://github.com/shouptech/humulus.git
synced 2026-02-03 17:19:42 +00:00
Remove the stuff from drone, this doesn't actually work
This commit is contained in:
parent
02b2f321a4
commit
102e2bfd40
1 changed files with 0 additions and 5 deletions
|
|
@ -12,9 +12,4 @@
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
import os
|
|
||||||
|
|
||||||
__version__ = "0.0.1"
|
__version__ = "0.0.1"
|
||||||
|
|
||||||
if os.environ.get("DRONE_BUILD_NUMBER", default=None) is not None:
|
|
||||||
__version__ += "dev{}".format(os.environ["DRONE_BUILD_NUMBER"])
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue