Skip to content

Commit

Permalink
Fix artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimahriman committed Nov 20, 2023
1 parent 2c94378 commit e350204
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 @@ -37,7 +37,7 @@ variables:
- ./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
- spark-$SPARK_VERSION-bin-$BUILD_NAME-$SCALA_VERSION.tgz
expire_in: 1 day
cache:
key: maven
Expand Down

0 comments on commit e350204

Please sign in to comment.