File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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/
102101 run : |
103- python ./python/src/api_workflow/api_workflow.py --version ${{ steps.get_version.outputs.version }} --devfile-schema api-repo/schemas/latest/devfile.json --release
102+ cd devfile-web-repo/
103+ 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
104104
105105 - name : Push to the devfile/devfile-web repo
106106 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/
3534 run : |
36- python ./python/src/api_workflow/api_workflow.py --version ${{ steps.get_version.outputs.version }} --devfile-schema api-repo/schemas/latest/devfile.json --release
35+ cd devfile-web-repo/
36+ 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
3737
3838 - name : Push to the devfile/devfile-web repo
3939 working-directory : devfile-web-repo/
You can’t perform that action at this time.
0 commit comments