File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11name : PG Azure Storage Build & Publish Packages
2-
2+ # Microsoft organization
33env :
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 }}
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
Original file line number Diff line number Diff line change 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
34deb_pkgname=azure-storage
45pkgdesc='PG Azure Storage'
56pkglatest=1.3.1.citus-1
You can’t perform that action at this time.
0 commit comments