Skip to content

Commit

Permalink
Merge pull request #127 from potassco/fix/deploy
Browse files Browse the repository at this point in the history
update deploy scripts
  • Loading branch information
daveraja authored Sep 21, 2023
2 parents e102d62 + 63de2fa commit 6c0ec34
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/ppa-wip/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ EOF
cd "${rep}"
pdebuild --buildresult .. --auto-debsign --debsign-k 744d959e10f5ad73f9cf17cc1d150536980033d5 -- --basetgz /var/cache/pbuilder/${ref}-${rep}.tgz --source-only-changes
sed -i '/\.buildinfo$/d' ../python3-clorm_${VERSION}_source.changes
debsign --no-re-sign -k744d959e10f5ad73f9cf17cc1d150536980033d5 ../python3-clorm_${VERSION}_source.changes
debsign --re-sign -k744d959e10f5ad73f9cf17cc1d150536980033d5 ../python3-clorm_${VERSION}_source.changes
)
;;
put)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conda-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: recursive

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pipsource.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: recursive

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ppa-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
sudo apt-get install pbuilder pbuilder-scripts debootstrap devscripts dh-make dput dh-python python3-all
- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: recursive

Expand Down

0 comments on commit 6c0ec34

Please sign in to comment.