File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ test_and_lint:
15
15
- if : ' $CI_COMMIT_TAG && $CI_COMMIT_TAG !~ /^(.+\/)?v[0-9]+\.[0-9]+\.[0-9]+$/'
16
16
17
17
build_and_push :
18
+ needs : []
18
19
script :
19
20
- |-
20
21
if [ "${BUILD_IN_SUBPATH:-true}" == "true" ]; then
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ lint: ## Verifies `golangci-lint` passes
65
65
lint-ci : # # Verifies `golangci-lint` passes and outputs in CI-friendly format
66
66
@echo " ==> $@ "
67
67
@golangci-lint version
68
- @golangci-lint run ./... --timeout=10m --out-format code-climate > golangci-lint.json
68
+ @golangci-lint run ./... --timeout=10m --out-format code-climate
69
69
70
70
.PHONY : build
71
71
build : # # Builds the executable and places it in the build dir
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import (
17
17
)
18
18
19
19
const (
20
- InstanceNotFoundInterval = 2 * time .Minute
20
+ InstanceNotFoundInterval = 1 * time .Minute
21
21
ProviderPrefix = "crusoe://"
22
22
)
23
23
You can’t perform that action at this time.
0 commit comments