Skip to content
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.

Commit

Permalink
add xenial stemcell support
Browse files Browse the repository at this point in the history
Signed-off-by: Huan Wang <[email protected]>
  • Loading branch information
anEXPer authored and fredwangwang committed Sep 18, 2018
1 parent 0b36714 commit 182ffa3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks/upload-product-and-stemcell/task.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ if [ -n "$STEMCELL_VERSION" ]; then
'
if any(.Dependencies[]; select(.Release.Product.Name | contains("Stemcells for PCF (Windows)"))) then
"stemcells-windows-server"
elif any(.Dependencies[]; select(.Release.Product.Name | contains("Stemcells for PCF (Ubuntu Xenial)"))) then
"stemcells-ubuntu-xenial"
else
"stemcells"
end
Expand Down

0 comments on commit 182ffa3

Please sign in to comment.