diff options
author | techknowlogick <techknowlogick@gitea.io> | 2020-01-15 00:59:13 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-15 00:59:13 -0500 |
commit | 6b1fa1235904947187266789b204f19bc03872be (patch) | |
tree | 0c4acb8ce74acfd88dcafcbd2d10c3815ca73f94 | |
parent | 7e44995a5129f27182e42ed6b290dbb45a302f57 (diff) | |
download | gitea-6b1fa1235904947187266789b204f19bc03872be.tar.gz gitea-6b1fa1235904947187266789b204f19bc03872be.zip |
use arm drone agent for docs (#9776)
-rw-r--r-- | .drone.yml | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/.drone.yml b/.drone.yml index 2a1e33c077..11dea174bb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -604,17 +604,14 @@ name: docs platform: os: linux - arch: amd64 - -workspace: - base: /go - path: src/code.gitea.io/gitea + arch: arm64 steps: - name: build-docs pull: always - image: webhippie/hugo:latest + image: plugins/hugo:latest commands: + - apk add --no-cache make bash curl - cd docs - make trans-copy - make clean @@ -622,7 +619,7 @@ steps: - name: publish-docs pull: always - image: lucap/drone-netlify:latest + image: techknowlogick/drone-netlify:latest settings: path: docs/public/ site_id: d2260bae-7861-4c02-8646-8f6440b12672 |