Skip to content

Commit b72f025

Browse files
committed
Remove cloud_aws_submitter_deploy.jar from the script as it doesn't exist yet
1 parent 66f4b55 commit b72f025

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

distribution/build_and_upload_artifacts.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -140,20 +140,13 @@ fi
140140

141141
if [ "$BUILD_AWS" = true ]; then
142142
bazel build //cloud_aws:cloud_aws_lib_deploy.jar
143-
bazel build //cloud_aws:cloud_aws_submitter_deploy.jar
144143

145144
CLOUD_AWS_JAR="$CHRONON_ROOT_DIR/bazel-bin/cloud_aws/cloud_aws_lib_deploy.jar"
146-
CLOUD_AWS_SUBMITTER_JAR="$CHRONON_ROOT_DIR/bazel-bin/cloud_aws/cloud_aws_submitter_deploy.jar"
147145

148146
if [ ! -f "$CLOUD_AWS_JAR" ]; then
149147
echo "$CLOUD_AWS_JAR not found"
150148
exit 1
151149
fi
152-
153-
if [ ! -f "$CLOUD_AWS_SUBMITTER_JAR" ]; then
154-
echo "$CLOUD_AWS_SUBMITTER_JAR not found"
155-
exit 1
156-
fi
157150
fi
158151
if [ "$BUILD_GCP" = true ]; then
159152
bazel build //cloud_gcp:cloud_gcp_lib_deploy.jar

0 commit comments

Comments
 (0)