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.
2 parents d07124e + 2a9be6b commit f0d3759Copy full SHA for f0d3759
Makefile
@@ -23,11 +23,14 @@ DOCKER_OS = linux
23
DOCKER_ARCH = amd64
24
25
# Including ci Makefile
26
-CI_REPOSITORY ?= https://github.com/src-d/ci.git
+#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
30
CI_PATH ?= $(shell pwd)/.ci
31
MAKEFILE := $(CI_PATH)/Makefile.main
32
$(MAKEFILE):
- @git clone --quiet --depth 1 -b v1 $(CI_REPOSITORY) $(CI_PATH);
33
+ @git clone --quiet --depth 1 -b $(CI_BRANCH) $(CI_REPOSITORY) $(CI_PATH);
34
-include $(MAKEFILE)
35
36
# Set enviroment variables from .env file
0 commit comments