Compare commits
No commits in common. "980d2c495b7fda738ec6ba10190d71db1acf4309" and "ff19688dd228645b3d519adedea560dc006328b9" have entirely different histories.
980d2c495b
...
ff19688dd2
5
Makefile
5
Makefile
@ -29,11 +29,6 @@ list:
|
||||
$(DIRS):
|
||||
@echo "Building for $@"
|
||||
|
||||
# Export environment
|
||||
@for kv in $$(vault kv get -format=json kv/service/packer/builder/env | jq -r '.data.data | to_entries[] | "\(.key)=\(.value)"'); do \
|
||||
export "$kv"; \
|
||||
done
|
||||
|
||||
# Check if on master branch
|
||||
@if [ "$(BRANCH)" = "master" ]; then \
|
||||
echo "Current branch is $(BRANCH), checking latest timestamp in consul."; \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user