created a machine account for drone
continuous-integration/drone/push Build is failing Details

hugo
Nick Dumas 2 years ago
parent 5638d47b39
commit bebf9e7571

@ -5,8 +5,12 @@ name: default
steps: steps:
- name: clone_repos - name: clone_repos
image: alpine/git image: alpine/git
environment:
DRONE_GIT_USERNAME:
from_secret: MACHINE_GIT_USERNAME
DRONE_GIT_PASSWORD:
from_secret: MACHINE_GIT_PASSWORD
commands: commands:
- cat ~/.netrc
- cd /tmp/ - cd /tmp/
- git clone -b hugo https://code.ndumas.com/ndumas/quartz.git - git clone -b hugo https://code.ndumas.com/ndumas/quartz.git
- cd /tmp/quartz/content/ - cd /tmp/quartz/content/

Loading…
Cancel
Save