Skip to content

Commit 0aa33ca

Browse files
committed
also remove noconda here
1 parent 65c6360 commit 0aa33ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/buildContainer.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)