ci(drone): dedicated clone?
This commit is contained in:
parent
eebd9b0657
commit
8aca1b1dcf
1 changed files with 5 additions and 0 deletions
|
@ -2,6 +2,11 @@ kind: pipeline
|
||||||
name: default
|
name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: clone
|
||||||
|
environment:
|
||||||
|
DRONE_GIT_USERNAME: x-oauth-token
|
||||||
|
DRONE_GIT_PASSWORD:
|
||||||
|
from_secret: GITEA_TOKEN
|
||||||
- name: build
|
- name: build
|
||||||
image: registry.gitlab.com/dmoonfire/nix-flake-docker:latest
|
image: registry.gitlab.com/dmoonfire/nix-flake-docker:latest
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Reference in a new issue