build: remove Docker
This commit is contained in:
parent
6c67d37fe7
commit
8225373d15
4 changed files with 0 additions and 466 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -10,9 +10,6 @@ on:
|
|||
- cron: "0 12 15 * *"
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
DOCKER_TAG: ${{ github.sha }}
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -24,12 +21,9 @@ jobs:
|
|||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
|
||||
- run: nix --version
|
||||
|
||||
- run: |
|
||||
nix develop --command yarn
|
||||
nix develop --command yarn build
|
||||
ls
|
||||
|
||||
- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue