diff options
| author | Chris Boesch <[email protected]> | 2024-04-24 14:40:01 +0000 |
|---|---|---|
| committer | Chris Boesch <[email protected]> | 2024-04-24 14:40:01 +0000 |
| commit | b484be9ac16576b0dd4cd25506bc95dd32a1da93 (patch) | |
| tree | ce2f1b9f2e206f174f0c7e4ed62891ba3d8a3074 | |
| parent | a2a0a6e891a16c588899bc1ce8077b10afe2b400 (diff) | |
| download | ziglings-b484be9ac16576b0dd4cd25506bc95dd32a1da93.tar.xz ziglings-b484be9ac16576b0dd4cd25506bc95dd32a1da93.zip | |
Update .woodpecker/eowyn.yaml
Add pull command
| -rw-r--r-- | .woodpecker/eowyn.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.woodpecker/eowyn.yaml b/.woodpecker/eowyn.yaml index 4c04573..913e943 100644 --- a/.woodpecker/eowyn.yaml +++ b/.woodpecker/eowyn.yaml @@ -1,6 +1,7 @@ steps: - name: eowyn image: ziglings/ziglang:latest + pull: true commands: - sh ./patches/eowyn.sh when: |
