File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 4242 id : process_release_version
4343 run : |
4444 VERSION=$(sudo nix run nixpkgs#yq -- '.postgres_release["postgres'${{ matrix.postgres_version }}'"]' ansible/vars.yml)
45- VERSION=$(echo $PG_VERSION | tr -d '"') # Remove any surrounding quotes
45+ VERSION=$(echo $VERSION | tr -d '"') # Remove any surrounding quotes
4646 if [[ "${{ inputs.postgresVersion }}" != "" ]]; then
4747 VERSION=${{ inputs.postgresVersion }}
4848 fi
9292 id : process_release_version
9393 run : |
9494 VERSION=$(sudo nix run nixpkgs#yq -- '.postgres_release["postgres'${{ matrix.postgres_version }}'"]' ansible/vars.yml)
95- VERSION=$(echo $PG_VERSION | tr -d '"') # Remove any surrounding quotes
95+ VERSION=$(echo $VERSION | tr -d '"') # Remove any surrounding quotes
9696 echo "version=$VERSION" >> "$GITHUB_OUTPUT"
9797 echo "major_version=$(echo $VERSION | cut -d'.' -f1)" >> "$GITHUB_OUTPUT"
9898
Original file line number Diff line number Diff line change 55 branches :
66 - develop
77 - release/*
8+ - pcnc/fix-upgrade-scripts
89 paths :
910 - ' .github/workflows/publish-nix-pgupgrade-scripts.yml'
1011 workflow_dispatch :
@@ -101,7 +102,7 @@ jobs:
101102 id : process_release_version
102103 run : |
103104 VERSION=$(nix run nixpkgs#yq -- '.postgres_release["postgres'${{ matrix.postgres_version }}'"]' ansible/vars.yml)
104- VERSION=$(echo $PG_VERSION | tr -d '"') # Remove any surrounding quotes
105+ VERSION=$(echo $VERSION | tr -d '"') # Remove any surrounding quotes
105106 if [[ "${{ inputs.postgresVersion }}" != "" ]]; then
106107 VERSION=${{ inputs.postgresVersion }}
107108 fi
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ aws ec2 start-instances --instance-ids i-01fe91840bda2b0af i-036b68864ced1a02d i-0f69b0c8801fceb0e i-0afad117f95285624 i-02740b25ac62e6335 i-0f7fee2986d58187b --region eu-west-3 --profile supabase &
You can’t perform that action at this time.
0 commit comments