]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
we love typos, yes we do
authorHolger Levsen <holger@layer-acht.org>
Tue, 16 Oct 2012 17:48:36 +0000 (19:48 +0200)
committerHolger Levsen <holger@layer-acht.org>
Tue, 16 Oct 2012 17:48:36 +0000 (19:48 +0200)
extract_storage_kernel+modules.sh

index b3f6253826a9b44b51f20c5228b108dc62a77bc6..27f31d1ae82d1714ddf115f898dddd269747a918 100755 (executable)
@@ -15,9 +15,9 @@ export PB_SUITE=$DISTRIBUTION
 export TARGET_BASE=/srv/storage-kernels
 
 if [ "$DISTRIBUTION" = "production-proposed-updates" ] ; then
-       export $TARGET_DIR=$TARGET_BASE/master/$BUILD_NUMBER
+       export TARGET_DIR=$TARGET_BASE/master/$BUILD_NUMBER
 elif [ "$DISTRIBUTION" = "pre-staging" ] ; then
-       export $TARGET_DIR=$TARGET_BASE/develop/$BUILD_NUMBER
+       export TARGET_DIR=$TARGET_BASE/develop/$BUILD_NUMBER
 else
        echo "DISTRIBUTION must be 'production-proposed-updates' or 'pre-staging', exiting."
        figlet "FAIL"