Skip to content

Commit

Permalink
change upload folder to 'ce'
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Wenzel committed Sep 20, 2017
1 parent 2f0e619 commit 136f1a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prepare-upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ rm -rf ./target/to_upload

UPLOAD_FOLDER=./target/to_upload/$VERSION
BIN_FOLDER=$UPLOAD_FOLDER/bin
MVN_FOLDER=$UPLOAD_FOLDER/maven/EE-eval
MVN_FOLDER=$UPLOAD_FOLDER/maven/ce

mkdir -p $UPLOAD_FOLDER
mkdir -p $BIN_FOLDER
Expand Down

0 comments on commit 136f1a9

Please sign in to comment.