Compare commits
No commits in common. "330cc685eea082569186abf73a086103b6a8360a" and "2acef00d6b6b18057ed89d7921845c3171e6fc91" have entirely different histories.
330cc685ee
...
2acef00d6b
3 changed files with 2 additions and 2 deletions
|
@ -15,10 +15,10 @@ pipeline:
|
||||||
- "git remote add nulo ssh://_gitea@gitea.nulo.in:420/Sutty/gems.git"
|
- "git remote add nulo ssh://_gitea@gitea.nulo.in:420/Sutty/gems.git"
|
||||||
- "git checkout -B ${CI_COMMIT_BRANCH}"
|
- "git checkout -B ${CI_COMMIT_BRANCH}"
|
||||||
- "bulk-compiler || true"
|
- "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 pull --rebase nulo ${CI_COMMIT_BRANCH}"
|
||||||
- "git push nulo ${CI_COMMIT_BRANCH}"
|
- "git push nulo ${CI_COMMIT_BRANCH}"
|
||||||
- "git show HEAD | grep -q failed/ || false ; test $? -ne 0"
|
- "git show HEAD | grep -q failed/ ; test $? -ne 0"
|
||||||
secrets:
|
secrets:
|
||||||
- "HTTP_BASIC_USER"
|
- "HTTP_BASIC_USER"
|
||||||
- "HTTP_BASIC_PASSWORD"
|
- "HTTP_BASIC_PASSWORD"
|
||||||
|
|
0
built/alpine/14.3/sass-embedded/1.58.0
Normal file
0
built/alpine/14.3/sass-embedded/1.58.0
Normal file
0
built/alpine/17.3/sass-embedded/1.58.0
Normal file
0
built/alpine/17.3/sass-embedded/1.58.0
Normal file
Loading…
Reference in a new issue