Skip to content

Commit 3ea04e7

Browse files
committed
ci: remove redundant opencode placeholder steps
1 parent 0a28b1c commit 3ea04e7

3 files changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,6 @@ jobs:
6363
steps:
6464
- uses: actions/checkout@v6
6565

66-
- name: Ensure opencode placeholder path exists for Docker context
67-
run: mkdir -p packages/opencode
68-
6966
- name: Build Docker target stage
7067
run: |
7168
DOCKER_BUILDKIT=1 docker build \

.github/workflows/docker-publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,6 @@ jobs:
6060
# when called via workflow_call, defaults to the commit that triggered the workflow
6161
ref: ${{ inputs.ref }}
6262

63-
- name: Ensure opencode placeholder path exists for Docker context
64-
run: mkdir -p packages/opencode
65-
6663
# NOTE: We parse the description label from the Dockerfile so the
6764
# multi-arch manifest annotation stays in sync and GHCR shows a description.
6865
# If you change the label format or quoting, update the extraction logic.

.github/workflows/dockerfile-updates.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v6
2222

23-
- name: Ensure opencode placeholder path exists for Docker context
24-
run: mkdir -p packages/opencode
25-
2623
- name: Install jq
2724
run: sudo apt-get update && sudo apt-get install -y jq
2825

0 commit comments

Comments
 (0)