Skip to content

Commit

Permalink
Add scala profile
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimahriman committed Nov 20, 2023
1 parent 4ca5004 commit 2c94378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ variables:
- apt-get update
- apt-get install -y curl git python3 python3-pip openjdk-8-jdk-headless
- ./dev/change-scala-version.sh $SCALA_VERSION
- ./dev/make-distribution.sh --name $BUILD_NAME-$SCALA_VERSION --pip --tgz -Phive -Phive-thriftserver -Phadoop-provided -Pyarn -Phadoop-cloud -Dhadoop.version=$HADOOP_VERSION
- ./dev/make-distribution.sh --name $BUILD_NAME-$SCALA_VERSION --pip --tgz -Phive -Phive-thriftserver -Phadoop-provided -Pyarn -Phadoop-cloud -Pscala-$SCALA_VERSION -Dhadoop.version=$HADOOP_VERSION
artifacts:
paths:
- spark-$SPARK_VERSION-bin-$BUILD_NAME.tgz
Expand Down

0 comments on commit 2c94378

Please sign in to comment.