updated Makefile

pull/4/head
Hari Sekhon 2 years ago
parent e004db5697
commit e31aa09490

@ -202,7 +202,7 @@ npm-desktop: npm
.PHONY: aws
aws: system-packages python-version
@setup/install_aws_cli.sh
@if ! command -v aws; then setup/install_aws_cli.sh; fi
@# needed for github_mirror_repos_to_aws_codecommit.sh and dependent GitHub Actions workflows
@grep '^git-remote-codecommit' requirements.txt | ./python_pip_install_if_absent.sh || :

Loading…
Cancel
Save