Skip to content

Commit

Permalink
Revert "Removes output validation"
Browse files Browse the repository at this point in the history
This reverts commit 8440ee4.
  • Loading branch information
gurkanindibay committed Nov 25, 2021
1 parent aa2acbb commit 809948c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-citus-community-nightlies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ jobs:
--secret_key "${PACKAGING_SECRET_KEY}" \
--passphrase "${PACKAGING_PASSPHRASE}" \
--output_dir "$(pwd)/packages/" \
--input_files_dir "$(pwd)/packaging"
--input_files_dir "$(pwd)/packaging" \
--output_validation
- name: Publish packages
run: |
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build-citus-enterprise-nightlies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ jobs:
--secret_key "${PACKAGING_SECRET_KEY}" \
--passphrase "${PACKAGING_PASSPHRASE}" \
--output_dir "$(pwd)/packages/" \
--input_files_dir "$(pwd)/packaging"
--input_files_dir "$(pwd)/packaging" \
--output_validation
- name: Publish packages
run: |
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build-pgaf-enterprise-nightlies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ jobs:
--secret_key "${PACKAGING_SECRET_KEY}" \
--passphrase "${PACKAGING_PASSPHRASE}" \
--output_dir "$(pwd)/packages/" \
--input_files_dir "$(pwd)/packaging"
--input_files_dir "$(pwd)/packaging" \
--output_validation
- name: Publish packages
run: |
Expand Down

0 comments on commit 809948c

Please sign in to comment.