Fix docs push. Removed errornus subpath from mkdir.
This commit is contained in:
parent
f775dcd50e
commit
702063650a
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ steps:
|
||||||
image: python:3-alpine
|
image: python:3-alpine
|
||||||
commands:
|
commands:
|
||||||
- apk add git openssh
|
- apk add git openssh
|
||||||
- mkdir .ssh/id_rs
|
- mkdir .ssh
|
||||||
- echo ${SSH_KEY} > ${HOME}/.ssh/id_ed25519
|
- echo ${SSH_KEY} > ${HOME}/.ssh/id_ed25519
|
||||||
- git config user.email "dnscode@ci.minec1.us"
|
- git config user.email "dnscode@ci.minec1.us"
|
||||||
- git config --global user.name "DNSCODE CI"
|
- git config --global user.name "DNSCODE CI"
|
||||||
|
|
Loading…
Add table
Reference in a new issue