generated from coulomb/repo-seed
fix(ci): replace actions/checkout with local Gitea clone (no GitHub access from haskelseed)
Some checks failed
Build and Deploy / build-push-deploy (push) Failing after 1h35m31s
Some checks failed
Build and Deploy / build-push-deploy (push) Failing after 1h35m31s
This commit is contained in:
@@ -9,7 +9,10 @@ jobs:
|
||||
build-push-deploy:
|
||||
runs-on: haskelseed
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: checkout
|
||||
run: |
|
||||
git clone --depth 1 http://92.205.130.254:32166/coulomb/ihp-railiance-probe.git .
|
||||
git checkout ${{ gitea.sha }}
|
||||
|
||||
- name: nix build docker image
|
||||
run: nix build .#docker --log-format raw
|
||||
|
||||
Reference in New Issue
Block a user