Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
Bump stemcells for new configgin
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Harford authored and jandubois committed Sep 10, 2018
1 parent adf7410 commit 921ae71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/common/versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ export STAMPY_MAJOR=$(echo "$STAMPY_VERSION" | sed -e 's/\.g.*//' -e 's/\.[^.]*$

if [ "${USE_SLE_BASE:-false}" == "false" ]
then
export FISSILE_STEMCELL_VERSION=${FISSILE_STEMCELL_VERSION:-42.3-6.g1785bff-30.31}
export FISSILE_STEMCELL_VERSION=${FISSILE_STEMCELL_VERSION:-42.3-9.gc1c3e8d-30.31}
else
export FISSILE_STEMCELL_VERSION=${FISSILE_STEMCELL_VERSION:-12SP3-7.g66370f0-0.142}
export FISSILE_STEMCELL_VERSION=${FISSILE_STEMCELL_VERSION:-12SP3-10.gad06372-0.156}
fi

# Used in: bin/generate-dev-certs.sh
Expand Down

0 comments on commit 921ae71

Please sign in to comment.