Skip to content

Commit

Permalink
Update perform-release.sh for CUDA 9.0 (deeplearning4j#4148)
Browse files Browse the repository at this point in the history
  • Loading branch information
saudet authored and raver119 committed Oct 5, 2017
1 parent 4602678 commit a468eab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions perform-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@ mvn versions:set -DallowSnapshots=true -DgenerateBackupPoms=false -DnewVersion=$
if [[ "${SKIP_BUILD}" == "0" ]]; then
source change-spark-versions.sh 1
source change-scala-versions.sh 2.10
source change-cuda-versions.sh 7.5
source change-cuda-versions.sh 8.0
mvn clean deploy -Dgpg.executable=gpg2 -DperformRelease -Psonatype-oss-release -DskipTests -DstagingRepositoryId=$STAGING_REPOSITORY
source change-scala-versions.sh 2.11
source change-cuda-versions.sh 8.0
source change-cuda-versions.sh 9.0
mvn clean deploy -Dgpg.executable=gpg2 -DperformRelease -Psonatype-oss-release -DskipTests -DstagingRepositoryId=$STAGING_REPOSITORY
source change-spark-versions.sh 2
mvn clean deploy -Dgpg.executable=gpg2 -DperformRelease -Psonatype-oss-release -DskipTests -DstagingRepositoryId=$STAGING_REPOSITORY -Dspark.major.version=2

source change-spark-versions.sh 1
source change-scala-versions.sh 2.11
source change-cuda-versions.sh 8.0
source change-cuda-versions.sh 9.0
fi
git commit -s -a -m "Update to version $RELEASE_VERSION"
git tag -s -a -m "deeplearning4j-$RELEASE_VERSION" "deeplearning4j-$RELEASE_VERSION"
Expand Down

0 comments on commit a468eab

Please sign in to comment.