Skip to content

Commit 809948c

Browse files
committed
Revert "Removes output validation"
This reverts commit 8440ee4.
1 parent aa2acbb commit 809948c

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
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-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)