Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Nov 22, 2024
1 parent d687d0e commit ae60514
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci_verify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ do
fi

$docker run --rm --entrypoint bash \
-v ${ROOT}/.ci_work:/services \
-v ${ROOT}/.ci_work:/services:z \
-v ${ROOT}/.helm-shared:/.helm-shared:z \
alpine/helm:3.14.3 \
-c "
helm lint /services/$service_name --values /services/values.yaml &&
Expand Down Expand Up @@ -66,8 +67,8 @@ do

# This will fail and exit if the ioc.yaml is invalid
$docker run --rm --entrypoint bash \
-v ${service}/config:/config \
-v ${runtime}:/epics/runtime \
-v ${service}/config:/config:z \
-v ${runtime}:/epics/runtime:z \
${image} \
-c 'ibek runtime generate /config/ioc.yaml /epics/ibek-defs/*'
# show the startup script we just generated (and verify it exists)
Expand Down

0 comments on commit ae60514

Please sign in to comment.