We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebb97e0 commit 51f05a3Copy full SHA for 51f05a3
.github/workflows/ami-release-nix.yml
@@ -65,8 +65,8 @@ jobs:
65
# tar xvf /tmp/extensions.tar -C ansible/files/extensions --strip-components 1
66
# TODO remove this block as extensions are build in nix prior to this step
67
68
- - id: version
69
- run: echo "${{ steps.args.outputs.result }}" | grep "postgresql" >> "$GITHUB_OUTPUT"
+ # - id: version
+ # run: echo "${{ steps.args.outputs.result }}" | grep "postgresql" >> "$GITHUB_OUTPUT"
70
# - name: Build Postgres deb
71
# uses: docker/build-push-action@v5
72
# with:
0 commit comments