Skip to content

Commit

Permalink
Merge pull request DevopsArtFactory#22 from GwonsooLee/add_release_ma…
Browse files Browse the repository at this point in the history
…kefile

fix org
  • Loading branch information
GwonsooLee authored Jul 19, 2020
2 parents 1e9ca4d + 1d94f51 commit 4f6040c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GOOS ?= $(shell go env GOOS)
GOARCH ?= amd64
BUILD_DIR ?= ./out
ORG = github.com/GoogleContainerTools
ORG = github.com/DevopsArtFactory
PROJECT = goployer
REPOPATH ?= $(ORG)/$(PROJECT)
RELEASE_BUCKET ?= $(PROJECT)
Expand Down

0 comments on commit 4f6040c

Please sign in to comment.