As we reevaluate how to best support and maintain Staging Ref in the future, we encourage development teams using this environment to highlight their use cases in the following issue: https://gitlab.com/gitlab-com/gl-infra/software-delivery/framework/software-delivery-framework-issue-tracker/-/issues/36.

Skip to content
Snippets Groups Projects
Commit 5edb579c authored by Igor Drozdov's avatar Igor Drozdov
Browse files

Merge branch 'build/make' into 'main'

build: move build task to the top of the Makefile

See merge request gitlab-org/gitlab-shell!513
parents 7884a442 455ec65d
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -8,6 +8,8 @@ GOBUILD_FLAGS := -ldflags "-X main.Version=$(VERSION_STRING) -X main.BuildTime=$
PREFIX ?= /usr/local
build: bin/gitlab-shell
validate: verify test
verify: verify_golang
Loading
Loading
@@ -40,7 +42,6 @@ setup: _script_install bin/gitlab-shell
_script_install:
bin/install
build: bin/gitlab-shell
compile: bin/gitlab-shell
bin/gitlab-shell: $(GO_SOURCES)
GOBIN="$(CURDIR)/bin" go install $(GOBUILD_FLAGS) ./cmd/...
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment