kind: pipeline name: default steps: - name: build image: registry.gitlab.com/dmoonfire/nix-flake-docker:latest commands: - nix develop --command scripts/build.sh - name: test image: registry.gitlab.com/dmoonfire/nix-flake-docker:latest commands: - nix develop --command scripts/test.sh - name: release image: registry.gitlab.com/dmoonfire/nix-flake-docker:latest commands: - nix develop --command scripts/release.sh