Compare commits

...

2 commits

Author SHA1 Message Date
f
330cc685ee fix(sass-embedded): rebuild
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-02-04 13:35:11 -03:00
f
c0bdcda0a9 fix: ci shell fails at first command 2023-02-04 13:34:30 -03:00
3 changed files with 2 additions and 2 deletions

View file

@ -15,10 +15,10 @@ pipeline:
- "git remote add nulo ssh://_gitea@gitea.nulo.in:420/Sutty/gems.git"
- "git checkout -B ${CI_COMMIT_BRANCH}"
- "bulk-compiler || true"
- "git add built/ failed/ && git commit -m \"[skip ci] built gems\" ; true"
- "git add built/ failed/ && git commit -m \"[skip ci] built gems\" || true"
- "git pull --rebase nulo ${CI_COMMIT_BRANCH}"
- "git push nulo ${CI_COMMIT_BRANCH}"
- "git show HEAD | grep -q failed/ ; test $? -ne 0"
- "git show HEAD | grep -q failed/ || false ; test $? -ne 0"
secrets:
- "HTTP_BASIC_USER"
- "HTTP_BASIC_PASSWORD"