Skip to content

Commit

Permalink
Remove debug code from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tbodt committed Nov 16, 2020
1 parent 48ae247 commit 932efdc
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,3 @@ jobs:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
SLACK_URL: ${{ secrets.SLACK_URL }}
FASTLANE_SKIP_UPDATE_CHECK: 1
- name: debug
if: ${{ failure() }}
run: |
brew install tmate
mkdir -p ~/.ssh
echo -e 'y\n'|ssh-keygen -q -t rsa -N "" -f ~/.ssh/id_rsa
curl https://github.com/tbodt.keys -o ~/.ssh/authorized_keys
tmate -a ~/.ssh/authorized_keys -F

0 comments on commit 932efdc

Please sign in to comment.