File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -110,8 +110,6 @@ jobs:
110
110
submodules : " recursive"
111
111
- name : Build ${{ env.PACKAGE_NAME }} + consumers
112
112
run : |
113
- md D:\a\work
114
- cd D:\a\work
115
113
python -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BUILDER_SOURCE }}/${{ env.BUILDER_VERSION }}/builder.pyz', 'builder.pyz')"
116
114
python builder.pyz build -p ${{ env.PACKAGE_NAME }} --spec=downstream
117
115
@@ -133,8 +131,6 @@ jobs:
133
131
spectre : true
134
132
- name : Build ${{ env.PACKAGE_NAME }} + consumers
135
133
run : |
136
- md D:\a\work
137
- cd D:\a\work
138
134
python -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BUILDER_SOURCE }}/${{ env.BUILDER_VERSION }}/builder.pyz?run=${{ env.RUN }}', 'builder.pyz')"
139
135
python builder.pyz build -p ${{ env.PACKAGE_NAME }} --spec=downstream
140
136
You can’t perform that action at this time.
0 commit comments