Questions tagged [woodpecker-ci]
2 questions
1
vote
1 answer
Using global environment variables in Woodpecker CI
I'm migrating from GitLab CI to Woodpecker CI. The current pipeline is defined as:
default:
cache:
key: $CI_COMMIT_REF_SLUG
paths:
- $CI_PROJECT_DIR/.m2/repository/
image: docker.io/library/eclipse-temurin:8-jdk-focal
stages:
-…

x80486
- 6,627
- 5
- 52
- 111
0
votes
1 answer
bundler: failed to load command: jekyll (/usr/gem/bin/jekyll)
I'm trying to deploy my Jekyll site to Codeberg Pages. I'm using a CI called Woodpecker. I wrote this pipeline
pipeline:
publish:
image: jekyll/jekyll
secrets: [ codeberg_access_token ]
commands:
- bundle exec jekyll build
…

mikwee
- 133
- 2
- 14