Skip to content

Commit f0d3759

Browse files
authored
Merge pull request #182 from dpordomingo/test-drone-build
Change ci to carlosms fork to hotfix issue with tag names in drone
2 parents d07124e + 2a9be6b commit f0d3759

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Makefile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,14 @@ DOCKER_OS = linux
2323
DOCKER_ARCH = amd64
2424

2525
# Including ci Makefile
26-
CI_REPOSITORY ?= https://github.com/src-d/ci.git
26+
#CI_REPOSITORY ?= https://github.com/src-d/ci.git
27+
CI_REPOSITORY ?= https://github.com/carlosms/ci.git
28+
#CI_BRANCH ?= v1
29+
CI_BRANCH ?= add-drone-v1
2730
CI_PATH ?= $(shell pwd)/.ci
2831
MAKEFILE := $(CI_PATH)/Makefile.main
2932
$(MAKEFILE):
30-
@git clone --quiet --depth 1 -b v1 $(CI_REPOSITORY) $(CI_PATH);
33+
@git clone --quiet --depth 1 -b $(CI_BRANCH) $(CI_REPOSITORY) $(CI_PATH);
3134
-include $(MAKEFILE)
3235

3336
# Set enviroment variables from .env file

0 commit comments

Comments
 (0)