Skip to content

Commit

Permalink
update to ec v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Oct 26, 2023
1 parent a174bd6 commit dc15fa4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export EC_CARGS="
ec -v dev build ${EC_TAG} ${EC_PLATFORM} ${EC_PUSH} ${EC_CARGS}

# extract the ioc schema from the runtime image
ec -v dev launch-local ${EC_TAG} --execute \
ec dev launch-local ${EC_TAG} --execute \
'ibek ioc generate-schema /epics/links/ibek/*.ibek.support.yaml' > ibek.ioc.schema.json

# run acceptance tests
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# TODO using dev for the moment. Will be a pin to the current release
git+https://github.com/epics-containers/epics-containers-cli.git@dev
epics-containers-cli==2.6.0
#git+https://github.com/epics-containers/epics-containers-cli.git@dev

0 comments on commit dc15fa4

Please sign in to comment.