Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ITISFoundation/osparc-meta-dakota
Browse files Browse the repository at this point in the history
  • Loading branch information
wvangeit committed Apr 16, 2024
2 parents 7f5da7f + e898ac8 commit 38cbfbb
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,8 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Make build
run: make build
- name: Make run-local
run: make run-local

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ version-patch version-minor version-major: .bumpversion.cfg ## increases service

.PHONY: compose-spec
compose-spec: ## runs ooil to assemble the docker-compose.yml file
@docker run -it --rm -v $(PWD):/${DOCKER_IMAGE_NAME} \
@docker run --rm -v $(PWD):/${DOCKER_IMAGE_NAME} \
-u $(shell id -u):$(shell id -g) \
itisfoundation/ci-service-integration-library:v1.0.1-dev-33 \
sh -c "cd /${DOCKER_IMAGE_NAME} && ooil compose"
Expand Down
3 changes: 2 additions & 1 deletion docker_scripts/dakota-start.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ def __init__(self):
is_initiator=True,
)

self.clean_output(self.output0_dir_path)
if self.output0_dir_path.exists():
self.clean_output(self.output0_dir_path)

def clean_output(self, dir_path):
for item in dir_path.iterdir():
Expand Down
Empty file.
Empty file.

0 comments on commit 38cbfbb

Please sign in to comment.