Skip to content

Commit 4b637b8

Browse files
committed
Update
1 parent 50fc802 commit 4b637b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-pipeline.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ jobs:
7070
name: "Build Docker Images"
7171
strategy:
7272
matrix:
73-
component: [cuebot, pycue, rqd, pyoutline, cuesubmit, cueadmin, cuegui]
73+
# Disable cuebot for now
74+
component: [pycue, rqd, pyoutline, cuesubmit, cueadmin, cuegui]
7475

7576
steps:
7677
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)