Skip to content

Commit

Permalink
Remove connect from build, breaks things and doesn't actually include…
Browse files Browse the repository at this point in the history
… avro
  • Loading branch information
Kimahriman committed Jul 2, 2024
1 parent 6da0801 commit c872517
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 -Pconnect -Phadoop-cloud -Pscala-$SCALA_VERSION -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-$SCALA_VERSION.tgz
Expand Down

0 comments on commit c872517

Please sign in to comment.