We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fc8c17 commit c8ffdaeCopy full SHA for c8ffdae
.teamcity/install-cloudflare-go.sh
@@ -1,3 +1,5 @@
1
+# !/usr/bin/env bash
2
+
3
cd /tmp
4
git clone -q https://github.com/cloudflare/go
5
cd go/src
Makefile
@@ -1,3 +1,6 @@
+# The targets cannot be run in parallel
+.NOTPARALLEL:
VERSION := $(shell git describe --tags --always --match "[0-9][0-9][0-9][0-9].*.*")
MSI_VERSION := $(shell git tag -l --sort=v:refname | grep "w" | tail -1 | cut -c2-)
6
#MSI_VERSION expects the format of the tag to be: (wX.X.X). Starts with the w character to not break cfsetup.
0 commit comments