Skip to content

Commit 03da0f6

Browse files
committed
Revert "Removes output validation"
This reverts commit 8440ee4.
1 parent af9b167 commit 03da0f6

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

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

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

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

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

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

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

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

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

0 commit comments

Comments
 (0)