projects
/
lemmy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e9930b
)
Revert "Attempt to fix CI building wrong commits (#3830)"
author
Felix Ableitner
<me@nutomic.com>
Mon, 7 Aug 2023 11:19:07 +0000
(13:19 +0200)
committer
Felix Ableitner
<me@nutomic.com>
Mon, 7 Aug 2023 11:19:07 +0000
(13:19 +0200)
This reverts commit
5e9930bdccb07b172b05dcda9eb742d01e52ac5c
.
.woodpecker.yml
patch
|
blob
|
history
diff --git
a/.woodpecker.yml
b/.woodpecker.yml
index f4cee4f624c6104d9cc66441e1c5c30f826579f6..a3c1f1194ab1b506de8acb9d022b420070a3c5b0 100644
(file)
--- a/
.woodpecker.yml
+++ b/
.woodpecker.yml
@@
-34,10
+34,6
@@
pipeline:
image: alpine:3
commands:
- apk add git
- # Try to prevent the previous commit from being used
- - sleep 10
- - git fetch --no-tags --depth=1 --filter=tree:0 origin "+refs/pull/$CI_COMMIT_PULL_REQUEST/merge:"
- - git checkout -qf FETCH_HEAD
- git submodule init
- git submodule update