Skip to content

Commit

Permalink
fix: makefile github token var
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucca Pessoa committed Aug 18, 2021
1 parent 0b4a715 commit 13942b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 22 deletions.
6 changes: 3 additions & 3 deletions Makefile
Expand Up @@ -34,10 +34,10 @@ help:
##################################################

verify:
ifeq ($(GITLAB_TOKEN),)
@echo "ERROR: 🆘 no GITLAB_TOKEN was provided - undefined variable. Exiting." && exit 1
ifeq ($(GITHUB_TOKEN),)
@echo "ERROR: 🆘 no GITHUB_TOKEN was provided - undefined variable. Exiting." && exit 1
else
@echo "==> 🎊 We have a GITLAB_TOKEN!"
@echo "==> 🎊 We have a GITHUB_TOKEN!"
endif

global-requirements:
Expand Down
20 changes: 1 addition & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 13942b5

Please sign in to comment.