mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-29 22:46:22 +00:00
Merge branch 'ci' into panel.sutty.nl
This commit is contained in:
commit
ce625e6c28
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ pipeline:
|
||||||
- "echo \"$${SSH_KEY}\" | base64 -d | ssh-add -"
|
- "echo \"$${SSH_KEY}\" | base64 -d | ssh-add -"
|
||||||
- "git config user.name Woodpecker"
|
- "git config user.name Woodpecker"
|
||||||
- "git config user.email ci@sutty.coop.ar"
|
- "git config user.email ci@sutty.coop.ar"
|
||||||
- "git remote add origin ${ORIGIN}"
|
- "git remote add origin $${ORIGIN}"
|
||||||
- "git checkout -B ${CI_COMMIT_BRANCH}"
|
- "git checkout -B ${CI_COMMIT_BRANCH}"
|
||||||
- "yarn"
|
- "yarn"
|
||||||
- "cp .env.example .env"
|
- "cp .env.example .env"
|
||||||
|
|
Loading…
Reference in a new issue