diff options
| author | Viktor Nagy <[email protected]> | 2025-12-23 21:56:46 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-23 14:56:46 -0600 |
| commit | 83f23817ce8995f48870395647f7e997ef441edf (patch) | |
| tree | 7d81073642019e5f882ebd40f8ec6dac903823ab | |
| parent | 23b1d7c755d22320a048eee67b4f08259a0d039e (diff) | |
| download | opencode-83f23817ce8995f48870395647f7e997ef441edf.tar.gz opencode-83f23817ce8995f48870395647f7e997ef441edf.zip | |
Update gitlab.mdx to use the 2.x component version (#6062)
| -rw-r--r-- | packages/web/src/content/docs/gitlab.mdx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/web/src/content/docs/gitlab.mdx b/packages/web/src/content/docs/gitlab.mdx index e8f43f85f..6358019a4 100644 --- a/packages/web/src/content/docs/gitlab.mdx +++ b/packages/web/src/content/docs/gitlab.mdx @@ -32,7 +32,7 @@ Here we are using a community-created CI/CD component for OpenCode — [nagyv/gi ```yaml title=".gitlab-ci.yml" include: - - component: $CI_SERVER_FQDN/nagyv/gitlab-opencode/[email protected] + - component: $CI_SERVER_FQDN/nagyv/gitlab-opencode/opencode@2 inputs: config_dir: ${CI_PROJECT_DIR}/opencode-config auth_json: $OPENCODE_AUTH_JSON # The variable name for your OpenCode authentication JSON |
