Skip to content

Commit

Permalink
Merge pull request #2 from hyperk/feature/datamodel_integration
Browse files Browse the repository at this point in the history
Add hk-DataModel 0.0.2
  • Loading branch information
guiguem authored Aug 24, 2023
2 parents 51d07ef + 4840e1d commit 46c4924
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pullrequest_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
ssh: |
default=${{ env.SSH_AUTH_SOCK }}
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ FROM ghcr.io/hyperk/hk-meta-externals:main

RUN --mount=type=ssh mkdir -p -m 0600 ~/.ssh && ssh-keyscan github.com >> ~/.ssh/known_hosts

COPY . /usr/local/hk/hk-meta-recon
COPY . /usr/local/hk/hk-meta-base

WORKDIR /usr/local/hk
RUN --mount=type=ssh . /usr/local/hk/hk-pilot/setup.sh &&\
hkp install -r hk-meta-base &&\
hkp clean --src --build hk-eventDisplay
hkp clean --src --build hk-DataModel

4 changes: 2 additions & 2 deletions dependencies.cmake
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# no package yet...
#hk_package( eventDisplay 2.1 )
hk_package( hk-DataModel 0.0.2 )
#hk_package( eventDisplay 2.1 )

0 comments on commit 46c4924

Please sign in to comment.