File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ jobs:
118118 run : |
119119 VERSION=$(head -n 1 Images/${{ matrix.plugin }}/${{ matrix.plugin }}.dockerfile | cut -d ":" -f 2- | tr -d " ")
120120 echo "IMAGE_TAG=$VERSION" >> $GITHUB_ENV
121- cp Images/start_plugin.sh Images/test_plugin.sh Images/${{ matrix.plugin }}/requirements.txt Images/trigger_noconda.py Images/ trigger.py .
121+ cp Images/start_plugin.sh Images/test_plugin.sh Images/${{ matrix.plugin }}/requirements.txt Images/trigger.py .
122122
123123 - name : Download certificates from job build_main
124124 uses : actions/download-artifact@v4
@@ -193,7 +193,7 @@ jobs:
193193 run : |
194194 VERSION=$(head -n 1 Images/${{ matrix.multiplugin }}/${{ matrix.multiplugin }}.dockerfile | cut -d ":" -f 2- | tr -d " ")
195195 echo "IMAGE_TAG=$VERSION" >> $GITHUB_ENV
196- cp Images/start_plugin.sh Images/test_plugin.sh Images/${{ matrix.multiplugin }}/requirements.txt Images/trigger_noconda.py Images/ trigger.py .
196+ cp Images/start_plugin.sh Images/test_plugin.sh Images/${{ matrix.multiplugin }}/requirements.txt Images/trigger.py .
197197
198198 - name : Download certificates from job build_main
199199 uses : actions/download-artifact@v4
You can’t perform that action at this time.
0 commit comments