Skip to content

Commit

Permalink
changed .osparc and Makefile structure to that of cookiecutter-jupyter
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier Garcia Ordonez committed Aug 28, 2024
1 parent 998ae74 commit 949bc86
Show file tree
Hide file tree
Showing 7 changed files with 62 additions and 308 deletions.
24 changes: 24 additions & 0 deletions {{cookiecutter.project_slug}}/.github/workflows/check-image.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Build and check image

on: [push, pull_request]

jobs:
verify-image-build:
runs-on: ubuntu-latest
steps:
- name: Checkout repo content
uses: actions/checkout@v2
- name: ooil version
uses: docker://itisfoundation/ci-service-integration-library:v1.0.4
with:
args: ooil --version
- name: Assemble docker compose spec
uses: docker://itisfoundation/ci-service-integration-library:v1.0.4
with:
args: ooil compose
- name: Build all images if multiple
uses: docker://itisfoundation/ci-service-integration-library:v1.0.4
with:
args: docker compose build
- name: test
run: make tests
68 changes: 0 additions & 68 deletions {{cookiecutter.project_slug}}/.osparc/Makefile

This file was deleted.

67 changes: 0 additions & 67 deletions {{cookiecutter.project_slug}}/.osparc/bin/activate

This file was deleted.

41 changes: 0 additions & 41 deletions {{cookiecutter.project_slug}}/.osparc/bin/ooil

This file was deleted.

17 changes: 0 additions & 17 deletions {{cookiecutter.project_slug}}/.osparc/bin/yq

This file was deleted.

5 changes: 2 additions & 3 deletions {{cookiecutter.project_slug}}/.osparc/metadata.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name: {{ cookiecutter.project_name }}
key: simcore/services/{%- if cookiecutter.project_type == "computational" -%}comp{%- elif cookiecutter.project_type == "dynamic" -%}dynamic{%- endif -%}/{{ cookiecutter.project_name.lower().replace(' ', '-') }}
type: {{ cookiecutter.project_type }}
integration-version: 1.0.0
integration-version: 2.0.0
version: {{ cookiecutter.version }}
version_display: {{ cookiecutter.version_display }}
description: {{ cookiecutter.project_short_description }}
contact: {{ cookiecutter.contact_email }}
contact: {{ cookiecutter.author_email }}
thumbnail: https://github.com/ITISFoundation/osparc-assets/blob/cb43207b6be2f4311c93cd963538d5718b41a023/assets/default-thumbnail-cookiecutter-osparc-service.png?raw=true
authors:
- name: {{ cookiecutter.author_name }}
Expand Down
Loading

0 comments on commit 949bc86

Please sign in to comment.