Skip to content

Commit

Permalink
Make shellcheck happy
Browse files Browse the repository at this point in the history
  • Loading branch information
singiamtel committed Sep 26, 2024
1 parent e544d4c commit c263c0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/o2-full-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ jobs:
- name: Build a DEB for Ubuntu and push it to the PPA
run: |
export GPG_TTY=$(tty)
GPG_TTY=$(tty)
export GPG_TTY
set -x
git clone https://github.com/alisw/alibuild
cd alibuild
Expand Down

0 comments on commit c263c0e

Please sign in to comment.