Skip to content

Commit 8440ee4

Browse files
committed
Removes output validation
since warnings in the main branch causes nightlies to fail, so totally unrelated tasks fail
1 parent af46f47 commit 8440ee4

File tree

4 files changed

+4
-9
lines changed

4 files changed

+4
-9
lines changed

.github/workflows/build-citus-community-nightlies.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ jobs:
6666
--secret_key "${PACKAGING_SECRET_KEY}" \
6767
--passphrase "${PACKAGING_PASSPHRASE}" \
6868
--output_dir "$(pwd)/packages/" \
69-
--input_files_dir "$(pwd)/packaging" \
70-
--output_validation
69+
--input_files_dir "$(pwd)/packaging"
7170
7271
- name: Publish packages
7372
run: |

.github/workflows/build-citus-enterprise-nightlies.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ jobs:
6767
--secret_key "${PACKAGING_SECRET_KEY}" \
6868
--passphrase "${PACKAGING_PASSPHRASE}" \
6969
--output_dir "$(pwd)/packages/" \
70-
--input_files_dir "$(pwd)/packaging" \
71-
--output_validation
70+
--input_files_dir "$(pwd)/packaging"
7271
7372
- name: Publish packages
7473
run: |

.github/workflows/build-pgaf-community-nightlies.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,7 @@ jobs:
6565
--secret_key "${PACKAGING_SECRET_KEY}" \
6666
--passphrase "${PACKAGING_PASSPHRASE}" \
6767
--output_dir "$(pwd)/packages/" \
68-
--input_files_dir "$(pwd)/packaging" \
69-
--output_validation
70-
68+
--input_files_dir "$(pwd)/packaging"
7169
- name: Publish packages
7270
run: |
7371
python -m tools.packaging_automation.upload_to_package_cloud \

.github/workflows/build-pgaf-enterprise-nightlies.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ jobs:
6767
--secret_key "${PACKAGING_SECRET_KEY}" \
6868
--passphrase "${PACKAGING_PASSPHRASE}" \
6969
--output_dir "$(pwd)/packages/" \
70-
--input_files_dir "$(pwd)/packaging" \
71-
--output_validation
70+
--input_files_dir "$(pwd)/packaging"
7271
7372
- name: Publish packages
7473
run: |

0 commit comments

Comments
 (0)