Skip to content

Commit 851458b

Browse files
Fix makefile syntax error
1 parent 047ca98 commit 851458b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Makefile

+3-5
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,10 @@ publish: prep-install-scripts
108108
$(MAKE) $(MAKE_OPTS) publish MIXIN=kubernetes -f mixin.mk
109109
# AZURE_STORAGE_CONNECTION_STRING will be used for auth in the following commands
110110
if [[ "$(PERMALINK)" == "latest" ]]; then \
111-
# Refresh the permalink to the new binaries \
112111
az storage blob upload-batch -d porter/$(VERSION) -s bin/$(VERSION); \
113-
# Update the mixin feed with the new version \
114-
az storage blob download -c porter -n atom.xml -f bin/atom.xml \
115-
bin/porter mixins feed generate -d bin/mixins -f bin/atom.xml -t build/atom-template.xml \
116-
az storage blob upload -c porter -n atom.xml -f bin/atom.xml \
112+
az storage blob download -c porter -n atom.xml -f bin/atom.xml; \
113+
bin/porter mixins feed generate -d bin/mixins -f bin/atom.xml -t build/atom-template.xml; \
114+
az storage blob upload -c porter -n atom.xml -f bin/atom.xml; \
117115
fi
118116
az storage blob upload-batch -d porter/$(PERMALINK) -s bin/$(VERSION)
119117

0 commit comments

Comments
 (0)