File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 9898 run : echo ::set-output name=version::$(cat api-repo/schemas/latest/jsonSchemaVersion.txt)
9999
100100 - name : Publish the new version on devfile-web
101+ working-directory : devfile-web-repo/
101102 run : |
102- python devfile-web-repo /python/src/api_workflow/api_workflow.py --version ${{ steps.get_version.outputs.version }} --devfile-schema api-repo/schemas/latest/devfile.json --release
103+ python . /python/src/api_workflow/api_workflow.py --version ${{ steps.get_version.outputs.version }} --devfile-schema api-repo/schemas/latest/devfile.json --release
103104
104105 - name : Push to the devfile/devfile-web repo
105106 working-directory : devfile-web-repo/
Original file line number Diff line number Diff line change 3131 run : echo ::set-output name=version::$(cat api-repo/schemas/latest/jsonSchemaVersion.txt)
3232
3333 - name : Release new version on devfile-web
34+ working-directory : devfile-web-repo/
3435 run : |
35- python devfile-web-repo /python/src/api_workflow/api_workflow.py --version ${{ steps.get_version.outputs.version }} --devfile-schema api-repo/schemas/latest/devfile.json --release
36+ python . /python/src/api_workflow/api_workflow.py --version ${{ steps.get_version.outputs.version }} --devfile-schema api-repo/schemas/latest/devfile.json --release
3637
3738 - name : Push to the devfile/devfile-web repo
3839 working-directory : devfile-web-repo/
You can’t perform that action at this time.
0 commit comments