forked from alt/image-forge
add temporary patchig sourceslist for p11 while it's not published
This commit is contained in:
parent
abddecf404
commit
430219d6d0
@ -25,6 +25,13 @@ jobs:
|
||||
env:
|
||||
GU: ${{ gitea.server_url }}
|
||||
GR: ${{ gitea.repository }}
|
||||
- name: Set repo for p11 (Temporary)
|
||||
if: ${{ contains(github.ref_name, 'p11') }}
|
||||
run: |
|
||||
echo "event tag=${{ github.ref_name }}"
|
||||
echo "10.4.0.3 update.altsp.su" >> /etc/hosts
|
||||
echo "cat /etc/hosts"
|
||||
cat /etc/hosts
|
||||
- name: Update apt
|
||||
uses: actions/init-alt-env@v1
|
||||
- name: Install requires
|
||||
|
Loading…
Reference in New Issue
Block a user