Skip to content

Commit

Permalink
fix GitHub actions (#1)
Browse files Browse the repository at this point in the history
Co-authored-by: ordonez <ordonez@zmt.swiss>
  • Loading branch information
JavierGOrdonnez and ordonez authored Aug 24, 2024
1 parent 4cd1865 commit 459ac10
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 19 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ jobs:
make info-build
- name: test
run: make tests
- if: github.event_name == 'push' && github.ref == 'refs/heads/master'
name: push
run: |
./.github/dockerhub_login.bash
make push
- if: github.event_name == 'push' && github.ref != 'refs/heads/master'
name: push
run: |
./.github/dockerhub_login.bash
make push-version
# - if: github.event_name == 'push' && github.ref == 'refs/heads/master'
# name: push
# run: |
# ./.github/dockerhub_login.bash
# make push
# - if: github.event_name == 'push' && github.ref != 'refs/heads/master'
# name: push
# run: |
# ./.github/dockerhub_login.bash
# make push-version
2 changes: 1 addition & 1 deletion .osparc/bin/ooil
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ run() {
--pull=always \
--volume="/etc/group:/etc/group:ro" \
--volume="/etc/passwd:/etc/passwd:ro" \
--user="$(id --user "$USER")":"$(id --group "$USER")" \
--user root \
--volume "$WORKDIR":/src \
--workdir=/src \
"$IMAGE_NAME" \
Expand Down
12 changes: 5 additions & 7 deletions .osparc/metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,21 @@ name: Fetch Scaffold From SPARC Portal
key: simcore/services/comp/fetch-scaffold-from-sparc-portal
type: computational
integration-version: 1.0.0
version: 0.1.0
version: 0.1.1
description: Module to help fetch scaffold vtk file from SPARC Portal
contact: appukuttan.shailesh@gmail.com
thumbnail: https://github.com/ITISFoundation/osparc-assets/blob/cb43207b6be2f4311c93cd963538d5718b41a023/assets/default-thumbnail-cookiecutter-osparc-service.png?raw=true
authors:
- name: Shailesh Appukuttan
email: appukuttan.shailesh@gmail.com
affiliation: INT, Aix-Marseille University, France
- name: Shailesh Appukuttan
email: appukuttan.shailesh@gmail.com
affiliation: INT, Aix-Marseille University, France
inputs:
input_1:
displayOrder: 1
label: Dataset ID
description: ID of Dataset (example = 292)
type: string
defaultValue: "292"

defaultValue: '292'
outputs:
output_1:
displayOrder: 1
Expand All @@ -26,4 +25,3 @@ outputs:
type: data:*/*
fileToKeyMap:
scaffold.vtk: output_1

2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.1.1

0 comments on commit 459ac10

Please sign in to comment.