File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
- .PHONY : validate verify verify_ruby verify_golang test test_ruby test_golang test_fancy test_golang_fancy coverage coverage_golang setup _script_install build compile check clean install lint
1
+ .PHONY : validate verify verify_ruby verify_golang test test_ruby test_golang test_fancy test_golang_fancy coverage coverage_golang setup _script_install make_necessary_dirs build compile check clean install lint
2
2
3
3
FIPS_MODE ?= 0
4
4
OS := $(shell uname | tr A-Z a-z)
@@ -94,8 +94,9 @@ ${GOLANGCI_LINT_FILE}:
94
94
mkdir -p $(shell dirname ${GOLANGCI_LINT_FILE})
95
95
curl -L https://github.com/golangci/golangci-lint/releases/download/v${GOLANGCI_LINT_VERSION} /golangci-lint-${GOLANGCI_LINT_VERSION} -${OS} -${ARCH} .tar.gz | tar --strip-components 1 -zOxf - golangci-lint-${GOLANGCI_LINT_VERSION} -${OS} -${ARCH} /golangci-lint > ${GOLANGCI_LINT_FILE} && chmod +x ${GOLANGCI_LINT_FILE}
96
96
97
- setup : _script_install bin/gitlab-shell
97
+ setup : make_necessary_dirs bin/gitlab-shell
98
98
99
+ make_necessary_dirs : _script_install
99
100
_script_install :
100
101
bin/install
101
102
You can’t perform that action at this time.
0 commit comments