Skip to content

Commit

Permalink
fix makefile (#225)
Browse files Browse the repository at this point in the history
* prep blackduck updates

* blackduck updates

* makefile fix
  • Loading branch information
kaplanyaniv authored Mar 21, 2024
1 parent 351df06 commit ce4b929
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,8 @@ 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 ce4b929

Please sign in to comment.