Skip to content

Commit 71cfd94

Browse files
committed
Adds organization name as a parameter
1 parent a3c2601 commit 71cfd94

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/build-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: PG Azure Storage Build & Publish Packages
2-
2+
# Microsoft organization
33
env:
4-
MAIN_BRANCH: "all-pg-azure-storage"
4+
MAIN_BRANCH: "all-pg-azure-microsoft"
55
PACKAGE_CLOUD_REPO_NAME: "citusdata/enterprise"
66
PACKAGE_CLOUD_API_TOKEN: ${{ secrets.PACKAGE_CLOUD_API_TOKEN }}
77
GH_TOKEN: ${{ secrets.GH_TOKEN }}
@@ -42,7 +42,7 @@ jobs:
4242
password: ${{ secrets.DOCKERHUB_PASSWORD }}
4343

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

4747
- name: Install package dependencies
4848
run: sudo apt-get update -y && sudo apt-get install -y libcurl4-openssl-dev libssl-dev python3-testresources

pkgvars

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
pkgname=azure_storage
2-
hubproj=pgazure
1+
pkgname=azure_storage # Prefix of the package.
2+
hubproj=pgazure # Name of the repository
3+
orgname=microsoft # Name of the organization
34
deb_pkgname=azure-storage
45
pkgdesc='PG Azure Storage'
56
pkglatest=1.3.1.citus-1

0 commit comments

Comments
 (0)