Skip to content

Commit

Permalink
Adds organization name as a parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
sedagundogdu committed Feb 6, 2025
1 parent a3c2601 commit 71cfd94
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: PG Azure Storage Build & Publish Packages

# Microsoft organization
env:
MAIN_BRANCH: "all-pg-azure-storage"
MAIN_BRANCH: "all-pg-azure-microsoft"
PACKAGE_CLOUD_REPO_NAME: "citusdata/enterprise"
PACKAGE_CLOUD_API_TOKEN: ${{ secrets.PACKAGE_CLOUD_API_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_PASSWORD }}

- name: Clone tools branch
run: git clone -b v0.8.28 --depth=1 https://github.com/citusdata/tools.git tools
run: git clone -b v0.8.32 --depth=1 https://github.com/citusdata/tools.git tools

- name: Install package dependencies
run: sudo apt-get update -y && sudo apt-get install -y libcurl4-openssl-dev libssl-dev python3-testresources
Expand Down
5 changes: 3 additions & 2 deletions pkgvars
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
pkgname=azure_storage
hubproj=pgazure
pkgname=azure_storage # Prefix of the package.
hubproj=pgazure # Name of the repository
orgname=microsoft # Name of the organization
deb_pkgname=azure-storage
pkgdesc='PG Azure Storage'
pkglatest=1.3.1.citus-1
Expand Down

0 comments on commit 71cfd94

Please sign in to comment.