File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 4242
4343env :
4444 NFPM_VERSION : ' v2.35.3'
45- GOPROXY : " https://${{ secrets.ARTIFACTORY_USER }}:${{ secrets.ARTIFACTORY_TOKEN }}@azr.artifactory.f5net.com/artifactory/api/go/f5-nginx-go-dev "
45+ GOPROXY : " https://${{ secrets.ARTIFACTORY_USER }}:${{ secrets.ARTIFACTORY_TOKEN }}@azr.artifactory.f5net.com/artifactory/api/go/f5-nginx-go-prod "
4646
4747defaults :
4848 run :
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ run: build ## Run code
181181
182182dev : # # Run agent executable
183183 @echo " 🚀 Running App"
184- $(GORUN ) -ldflags=$(LDFLAGS ) $(PROJECT_DIR ) /$(PROJECT_FILE )
184+ $(GORUN ) -ldflags=$(DEBUG_LDFLAGS ) $(PROJECT_DIR ) /$(PROJECT_FILE )
185185
186186race-condition-dev : # # Run agent executable with race condition detection
187187 @echo " 🏎️ Running app with race condition detection enabled"
Original file line number Diff line number Diff line change @@ -213,4 +213,3 @@ gpg-key: ## Generate GPG public key
213213release : # # Publish tarball to the UPLOAD_URL
214214 echo " Publishing nginx-agent packages to ${UPLOAD_URL} " ; \
215215 curl -XPOST --fail -F " file=@$( PACKAGES_DIR) /$( TARBALL_NAME) " -H " Token: ${TOKEN} " ${UPLOAD_URL} ; \
216- curl -XPOST --fail -F " file=@$( GPG_PUBLIC_KEY) " -H " Token: ${TOKEN} " ${UPLOAD_URL} ; \
You can’t perform that action at this time.
0 commit comments