Skip to content

Commit bd11961

Browse files
committed
disable upload job
Signed-off-by: Thomas Telleis <thomas.telleis@eccenca.com>
1 parent 461b425 commit bd11961

1 file changed

Lines changed: 11 additions & 10 deletions

File tree

.github/workflows/update-plugins.yml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,17 @@ jobs:
4141
run: |
4242
poetry run cmem-plugin-index data/plugins_info.json
4343
44-
- name: Upload to artifactory
45-
env:
46-
JF_CREDENTIALS: ${{ secrets.JF_CREDENTIALS }}
47-
JF_URL: ${{ secrets.JF_URL }}
48-
run: >
49-
curl
50-
--write-out '%{http_code}' --silent --output /dev/null -f
51-
-u$JF_CREDENTIALS
52-
-T data/plugins_info.json
53-
"$JF_URL"
44+
# UPLOAD deactivated. instead a pull cronjob is in places fetching the file at 1am/day
45+
# - name: Upload to artifactory
46+
# env:
47+
# JF_CREDENTIALS: ${{ secrets.JF_CREDENTIALS }}
48+
# JF_URL: ${{ secrets.JF_URL }}
49+
# run: >
50+
# curl
51+
# --write-out '%{http_code}' --silent --output /dev/null -f
52+
# -u$JF_CREDENTIALS
53+
# -T data/plugins_info.json
54+
# "$JF_URL"
5455

5556
- name: Commit and push changes
5657
run: |

0 commit comments

Comments
 (0)