This commit is contained in:
parent
da1a4d42ed
commit
fdf1bc34e8
1 changed files with 3 additions and 2 deletions
|
@ -18,9 +18,10 @@ jobs:
|
|||
runs-on: default
|
||||
steps:
|
||||
- name: Pull dependencies
|
||||
run: >-
|
||||
run: |
|
||||
git clone https://${{ env.registry }}/${{ env.owner }}/sneeuwvlok.git
|
||||
&& cd sneeuwvlok
|
||||
cd sneeuwvlok
|
||||
ls -al
|
||||
|
||||
- name: Install docker
|
||||
run: nix-env -iA nixpkgs.podman
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue