Skip to content

Commit

Permalink
ci: remove portals release automation
Browse files Browse the repository at this point in the history
  • Loading branch information
metaclips committed Nov 13, 2024
1 parent 2730aa4 commit 37faa4b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 51 deletions.
26 changes: 0 additions & 26 deletions .github/mergify.yml

This file was deleted.

20 changes: 0 additions & 20 deletions .github/portals.rb.template

This file was deleted.

5 changes: 0 additions & 5 deletions .github/workflows/release-bump-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
set -x
temp_dir=$(mktemp -d)
cp .github/ockam.rb.template $temp_dir/ockam.rb
cp .github/portals.rb.template $temp_dir/portals.rb
cd $temp_dir
binaries=(${{ github.event.inputs.binaries }})
Expand All @@ -62,14 +61,11 @@ jobs:
fi
sed -i "s/${file[0]}_sha256_value/${file[1]}/g" ockam.rb
sed -i "s/${file[0]}_sha256_value/${file[1]}/g" portals.rb
done
sed -i "s/release_tag/${{ github.event.inputs.tag }}/g" ockam.rb
sed -i "s/release_tag/${{ github.event.inputs.tag }}/g" portals.rb
cp ockam.rb $GITHUB_WORKSPACE/ockam.rb
cp portals.rb $GITHUB_WORKSPACE/Casks/portals.rb
cat ockam.rb
- name: Push Update
Expand All @@ -78,6 +74,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git add ockam.rb
git add Casks/portals.rb
git commit -S -m "ci: update to release ${{ github.event.inputs.tag }}"
git push --set-upstream origin ${{ github.event.inputs.branch_name }}

0 comments on commit 37faa4b

Please sign in to comment.