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
|
runs-on: default
|
||||||
steps:
|
steps:
|
||||||
- name: Pull dependencies
|
- name: Pull dependencies
|
||||||
run: >-
|
run: |
|
||||||
git clone https://${{ env.registry }}/${{ env.owner }}/sneeuwvlok.git
|
git clone https://${{ env.registry }}/${{ env.owner }}/sneeuwvlok.git
|
||||||
&& cd sneeuwvlok
|
cd sneeuwvlok
|
||||||
|
ls -al
|
||||||
|
|
||||||
- name: Install docker
|
- name: Install docker
|
||||||
run: nix-env -iA nixpkgs.podman
|
run: nix-env -iA nixpkgs.podman
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue