Compare commits
2 commits
044841acc0
...
3872438e1e
Author | SHA1 | Date | |
---|---|---|---|
|
3872438e1e | ||
|
840d3ba097 |
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ pipeline:
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
- git checkout -B ${CI_COMMIT_BRANCH}
|
- git checkout -B ${CI_COMMIT_BRANCH}
|
||||||
- timeout 3500 bulk-compiler || true
|
- bulk-compiler || true
|
||||||
- git add built/ || true
|
- git add built/ || true
|
||||||
- git add failed/ || true
|
- git add failed/ || true
|
||||||
- git config user.name Woodpecker
|
- git config user.name Woodpecker
|
||||||
|
|
Loading…
Reference in a new issue