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

Commit

Permalink
Merge pull request #1727 from SUSE/master-2.13.2-rc7
Browse files Browse the repository at this point in the history
LGTM
  • Loading branch information
Gary A Korhonen authored Sep 10, 2018
2 parents adf7410 + 921ae71 commit f95d9ae
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 f95d9ae

Please sign in to comment.