Skip to content

Commit a7e8781

Browse files
authored
Merge pull request #287 from Raphael-Gazzotti/pipeline-update-v2
Update pipeline v2
2 parents 260d611 + 5ae043e commit a7e8781

File tree

7 files changed

+1
-73
lines changed

7 files changed

+1
-73
lines changed

.github/workflows/openMINDS_build.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

.github/workflows/openMINDS_upstream.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ jobs:
1111
- name: Trigger central repository
1212
run: |
1313
curl -XPOST -u "${{secrets.PAT_USERNAME}}:${{secrets.PAT_TOKEN}}" -H "Accept: application/vnd.github.everest-preview+json" -H "Content-Type: application/json" https://api.github.com/repos/openMetadataInitiative/openMINDS/actions/workflows/build.yml/dispatches --data '{"ref": "pipeline", "inputs": {"branch": "${{github.ref_name}}", "repository": "${{ github.repository }}"}}'
14+
curl -XPOST -u "${{secrets.PAT_USERNAME}}:${{secrets.PAT_TOKEN}}" -H "Accept: application/vnd.github.everest-preview+json" -H "Content-Type: application/json" https://api.github.com/repos/openMetadataInitiative/openMINDS/actions/workflows/build-dev.yml/dispatches --data '{"ref": "pipeline", "inputs": {"branch": "${{github.ref_name}}", "repository": "${{ github.repository }}"}}'

examples/brainAtlas-representation/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/anatomicalEntity-01-withType-nok.jsonld

Lines changed: 0 additions & 9 deletions
This file was deleted.

tests/anatomicalEntity-01-withType.jsonld

Lines changed: 0 additions & 9 deletions
This file was deleted.

tests/anatomicalEntity-01-withoutType-nok.jsonld

Lines changed: 0 additions & 7 deletions
This file was deleted.

tests/anatomicalEntity-01-withoutType.jsonld

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)