Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/docker-publish-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
submodules: recursive

- name: Restore sys docker image cache
uses: actions/cache@v3
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "docker/config/openkim-pipeline-excerpts"]
path = docker/config/openkim-pipeline-excerpts
url = git@github.com:openkim/openkim-pipeline-excerpts.git
1 change: 1 addition & 0 deletions docker/config/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ COPY instructions/README.txt /home/openkim/
RUN chmod 644 /home/openkim/README.txt

COPY excerpts /pipeline/excerpts
COPY openkim-pipeline-excerpts /pipeline/excerpts
COPY tools /pipeline/tools
COPY utils/bashcompletion /pipeline/bashcompletion
COPY utils/kimitems /usr/local/bin/
Expand Down
164 changes: 0 additions & 164 deletions docker/config/excerpts/kimunits.py

This file was deleted.

1 change: 1 addition & 0 deletions docker/config/openkim-pipeline-excerpts
Loading