Skip to content

Commit

Permalink
fixup! Add bootstrap-deb-repo bash script
Browse files Browse the repository at this point in the history
  • Loading branch information
hdsdi3g committed Apr 10, 2024
1 parent cb77e59 commit 7169fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Create gpg keychain for manage-internal-deb-repo
run: gpg --batch --passphrase '' --quick-gen-key INTERNAL_TEST_USER default default
- name: Create setup dir for manage-internal-deb-repo
run: mkdir -p "$HOME/.config/.debrepo";
run: mkdir -p "$HOME/.config";
- name: Pre setup manage-internal-deb-repo
run: sh -c 'echo "$HOME/.debrepo" > $HOME/.config/.debrepo'
- name: Create internal repo dir in root side
Expand Down

0 comments on commit 7169fe8

Please sign in to comment.