Skip to content

Commit

Permalink
Merge pull request #126 from cloudify-cosmo/2.0.27-build
Browse files Browse the repository at this point in the history
makefile fix
  • Loading branch information
EarthmanT authored Mar 21, 2024
2 parents 9daf92d + 069d5da commit 9617d6e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@ NATIVEEDGE_SDK := cloudify-utilities-plugins-sdk
INCUBATOR_DOMAIN := github.com/cloudify-incubator
BRANCH := master
SHELL := /bin/bash
ifneq ($(GH_USER),)
DOMAIN=${GH_USER}:${GITHUB_PASSWORD}@eos2git.cec.lab.emc.com/ISG-Edge
else
DOMAIN=${GH_TOKEN}@github.com/fusion-e
endif
DOMAIN=${GH_TOKEN}@github.com/fusion-e

default:
make download_from_git
Expand Down

0 comments on commit 9617d6e

Please sign in to comment.