mirror of https://github.com/LemmyNet/lemmy.git
Revert "Attempt to fix CI building wrong commits (#3830)"
This reverts commit 5e9930bdcc
.
pull/3829/head
parent
5e9930bdcc
commit
bed9474cf0
|
@ -34,10 +34,6 @@ pipeline:
|
||||||
image: alpine:3
|
image: alpine:3
|
||||||
commands:
|
commands:
|
||||||
- apk add git
|
- 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 init
|
||||||
- git submodule update
|
- git submodule update
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue