File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments