We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c093241 commit f82ec22Copy full SHA for f82ec22
1 file changed
.github/workflows/plugin-ci-workflow.yml
@@ -172,14 +172,14 @@ jobs:
172
cd ${{ github.workspace }}/cacti
173
sudo php cli/plugin_manage.php --plugin=thold --install --enable
174
175
- - name: import Thold Plugin Sample Data
176
- run: |
177
- cd ${{ github.workspace }}/cacti/plugins/thold
178
- sudo php cli_import.php --filename=.github/workflows/thold_sample_data.xml
179
- if [ $? -ne 0 ]; then
180
- echo "Failed to import Thold sample data"
181
- exit 1
182
- fi
+# - name: import Thold Plugin Sample Data
+# run: |
+# cd ${{ github.workspace }}/cacti/plugins/thold
+# sudo php cli_import.php --filename=.github/workflows/thold_sample_data.xml
+# if [ $? -ne 0 ]; then
+# echo "Failed to import Thold sample data"
+# exit 1
+# fi
183
184
- name: Check PHP Syntax for Plugin
185
run: |
0 commit comments