Skip to content

Commit

Permalink
Try using builtin woodpecker clone function
Browse files Browse the repository at this point in the history
Maybe this will fix problems with wrong code being built.

woodpecker-ci/woodpecker#1716
  • Loading branch information
Nutomic committed Jun 15, 2023
1 parent 744153e commit 9131d04
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 17 deletions.
22 changes: 6 additions & 16 deletions .woodpecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,14 @@
variables:
- &muslrust_image "clux/muslrust:1.67.0"

# Broken for cron jobs currently, see
# /~https://github.com/woodpecker-ci/woodpecker/issues/1716
# clone:
# git:
# image: woodpeckerci/plugin-git
# settings:
# recursive: true
# submodule_update_remote: true
clone:
git:
image: woodpeckerci/plugin-git
settings:
recursive: true
when: cron, pull, push,tag

pipeline:
prepare_repo:
image: alpine:3
commands:
- apk add git
#- git fetch --tags
- git submodule init
- git submodule update

prettier_check:
image: tmknom/prettier
commands:
Expand Down
2 changes: 1 addition & 1 deletion crates/utils/translations
Submodule translations updated 75 files
+0 βˆ’13 .woodpecker.yml
+2 βˆ’4 README.md
+0 βˆ’18 email/bg.json
+0 βˆ’24 email/da.json
+0 βˆ’24 email/de.json
+0 βˆ’24 email/el.json
+0 βˆ’24 email/eo.json
+0 βˆ’24 email/es.json
+0 βˆ’18 email/eu.json
+5 βˆ’11 email/fi.json
+0 βˆ’22 email/fr.json
+0 βˆ’18 email/hu.json
+0 βˆ’24 email/id.json
+1 βˆ’6 email/it.json
+0 βˆ’24 email/ja.json
+16 βˆ’16 email/ko.json
+0 βˆ’18 email/oc.json
+0 βˆ’22 email/pl.json
+5 βˆ’11 email/pt.json
+0 βˆ’24 email/pt_BR.json
+0 βˆ’1 email/ro.json
+0 βˆ’18 email/ru.json
+0 βˆ’1 email/sk.json
+0 βˆ’1 email/tr.json
+0 βˆ’18 email/uk.json
+0 βˆ’18 email/zh_Hant.json
+486 βˆ’486 translations/ar.json
+78 βˆ’78 translations/as.json
+393 βˆ’393 translations/bg.json
+106 βˆ’106 translations/bn.json
+309 βˆ’309 translations/ca.json
+373 βˆ’373 translations/cs.json
+28 βˆ’28 translations/cy.json
+281 βˆ’478 translations/da.json
+27 βˆ’160 translations/de.json
+414 βˆ’463 translations/el.json
+475 βˆ’490 translations/en.json
+15 βˆ’160 translations/eo.json
+5 βˆ’81 translations/es.json
+439 βˆ’439 translations/eu.json
+297 βˆ’297 translations/fa.json
+13 βˆ’89 translations/fi.json
+3 βˆ’21 translations/fr.json
+330 βˆ’330 translations/ga.json
+455 βˆ’455 translations/gl.json
+35 βˆ’35 translations/got.json
+64 βˆ’64 translations/hi.json
+414 βˆ’414 translations/hu.json
+30 βˆ’106 translations/id.json
+419 βˆ’419 translations/it.json
+53 βˆ’145 translations/ja.json
+227 βˆ’227 translations/ka.json
+440 βˆ’440 translations/ko.json
+278 βˆ’278 translations/lt.json
+182 βˆ’182 translations/ml.json
+15 βˆ’15 translations/mnc.json
+43 βˆ’43 translations/nb_NO.json
+393 βˆ’393 translations/nl.json
+412 βˆ’412 translations/oc.json
+467 βˆ’478 translations/pl.json
+3 βˆ’3 translations/pt.json
+17 βˆ’37 translations/pt_BR.json
+0 βˆ’1 translations/ro.json
+410 βˆ’410 translations/ru.json
+24 βˆ’506 translations/sk.json
+239 βˆ’239 translations/sq.json
+56 βˆ’56 translations/sr_Latn.json
+360 βˆ’360 translations/sv.json
+139 βˆ’139 translations/th.json
+250 βˆ’250 translations/tr.json
+323 βˆ’323 translations/uk.json
+376 βˆ’376 translations/vi.json
+379 βˆ’379 translations/zh.json
+396 βˆ’396 translations/zh_Hant.json
+140 βˆ’140 translators.json

0 comments on commit 9131d04

Please sign in to comment.