update make target to run in packer

This commit is contained in:
Andrew Krug 2019-03-20 10:53:36 -07:00
Родитель 58b224ab03
Коммит d11c2f9f03
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: BEBE65BA52166840
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -129,5 +129,7 @@ new-alert: ## Create an example alert and working alert unit test
python tests/alert_templater.py
.PHONY: set-version-and-fetch-docker-container
set-version-and-fetch-docker-container: build-cwd hub-tagged # Lock the release of MozDef by pulling the docker containers on AMI build and caching replace all instances of latest in the compose override with the BRANCH
set-version-and-fetch-docker-container: # Lock the release of MozDef by pulling the docker containers on AMI build and caching replace all instances of latest in the compose override with the BRANCH
make $(BRANCH) build-cwd
make $(BRANCH) hub-tagged
sed -i s/latest/$(BRANCH)/g docker/compose/docker-compose-cloudy-mozdef.yml