Commit 851458b 1 parent 047ca98 commit 851458b Copy full SHA for 851458b
File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -108,12 +108,10 @@ publish: prep-install-scripts
108
108
$(MAKE ) $(MAKE_OPTS ) publish MIXIN=kubernetes -f mixin.mk
109
109
# AZURE_STORAGE_CONNECTION_STRING will be used for auth in the following commands
110
110
if [[ " $( PERMALINK) " == " latest" ]]; then \
111
- # Refresh the permalink to the new binaries \
112
111
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; \
117
115
fi
118
116
az storage blob upload-batch -d porter/$(PERMALINK ) -s bin/$(VERSION )
119
117
You can’t perform that action at this time.
0 commit comments