Skip to content

Commit

Permalink
Finalize postgres job.
Browse files Browse the repository at this point in the history
Adjust param name and nix env var.
  • Loading branch information
VersusFacit committed Mar 26, 2024
1 parent 1338192 commit d632075
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
6 changes: 0 additions & 6 deletions .changes/unreleased/Under the Hood-20240320-150905.yaml

This file was deleted.

13 changes: 5 additions & 8 deletions .github/workflows/release-internal.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# What?
#
# Tag and release an arbitrary sha. Uploads to an internal archive for further processing.
# Tag and release an arbitrary ref. Uploads to an internal archive for further processing.
#
# How?
#
# After checking out and testing the provided sha, the image is built and uploaded.
# After checking out and testing the provided ref, the image is built and uploaded.
#
# When?
#
Expand All @@ -19,8 +19,8 @@ on:
description: "The release version number (i.e. 1.0.0b1)"
type: string
required: true
sha:
description: "The ref (sha or branch name) to use"
ref:
description: "The ref (ref - sha or branch name) to use"
type: string
default: "main"
required: true
Expand All @@ -34,9 +34,6 @@ defaults:
run:
shell: "bash"

env:
PYTHON_TARGET_VERSION: 3.8

jobs:
invoke-reusable-workflow:
name: "Build and Release Internally"
Expand All @@ -47,6 +44,6 @@ jobs:
version_number: "${{ inputs.version_number }}"
package_test_command: "${{ inputs.package_test_command }}"
dbms_name: "postgres"
sha: "${{ inputs.sha }}"
ref: "${{ inputs.ref }}"

secrets: "inherit"

0 comments on commit d632075

Please sign in to comment.