ci(drone): playing with setup
This commit is contained in:
parent
5fe656e3dd
commit
a3d8ed8025
1 changed files with 7 additions and 0 deletions
|
@ -1,6 +1,13 @@
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: default
|
name: default
|
||||||
|
|
||||||
|
environment:
|
||||||
|
DRONE_GIT_USERNAME: x-oauth-token
|
||||||
|
DRONE_GIT_PASSWORD:
|
||||||
|
from_secret: GITEA_TOKEN
|
||||||
|
GITEA_TOKEN:
|
||||||
|
from_secret: GITEA_TOKEN
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: registry.gitlab.com/dmoonfire/nix-flake-docker:latest
|
image: registry.gitlab.com/dmoonfire/nix-flake-docker:latest
|
||||||
|
|
Loading…
Reference in a new issue