ci(woodpecker): fake environment for env-ci
This commit is contained in:
parent
4dfc3ea5a8
commit
7e1c7c918b
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ pipeline:
|
||||||
release:
|
release:
|
||||||
image: registry.gitlab.com/dmoonfire/nix-flake-docker:latest
|
image: registry.gitlab.com/dmoonfire/nix-flake-docker:latest
|
||||||
commands:
|
commands:
|
||||||
- set
|
- export DRONE="true" # Required to convince `env-ci` that it is a known CI
|
||||||
- nix develop --command scripts/release.sh
|
- nix develop --command scripts/release.sh
|
||||||
when:
|
when:
|
||||||
branch: main
|
branch: main
|
||||||
|
|
Loading…
Reference in a new issue