File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ jobs:
2020 - name : Setup JFrog CLI
2121 uses : jfrog/setup-jfrog-cli@v4
2222 # id: setup-cli
23- # env:
24- # JF_URL: ${{ vars.JF_URL_ECO }}
25- # JF_USER: ${{ secrets.JF_USER }}
26- # JF_PASSWORD: ${{ secrets.JF_REF_TOKEN_ECO }}
27- # JF_ACCESS_TOKEN: ${{ }}
23+ env :
24+ JF_URL : ${{ vars.JF_URL_ECO }}
25+ JF_USER : ${{ secrets.JF_USER }}
26+ # JF_PASSWORD: ${{ secrets.JF_REF_TOKEN_ECO }}
27+ JF_ACCESS_TOKEN : ${{ secrets.JF_REF_TOKEN_ECO }}
2828 with :
2929 version : 2.67.0
3030 # # OIDC provider name from the OIDC integration page in the JFrog Platform
@@ -52,16 +52,17 @@ jobs:
5252 echo "{{vars.JF_URL_ECO}}"
5353 echo {{vars.JF_URL_ECO}}
5454
55- - run : jf c add custom-server --url {{ vars.JF_URL_ECO }} # --user=\"${{ secrets.JF_USER }}\" --password=\"${{ secrets.JF_REF_TOKEN_ECO }}\"
55+ # - run: jf c add custom-server --url {{ vars.JF_URL_ECO }} #--user=\"${{ secrets.JF_USER }}\" --password=\"${{ secrets.JF_REF_TOKEN_ECO }}\"
5656
5757 - name : Pipenv install
5858 run : |
5959 jf c show
6060 cd python-example/pipenv-example/
6161 jf pipenv-config --repo-resolve=robi-pypi-virtual
62+ jf pipenv lock
6263 jf pipenv install --dev
6364 #python setup.py sdist bdist_wheel
64- #jf rt u dist/ robi-pypi-virtual/ --module=jfrog-python-example
65+ #jf rt u dist/ robi-pypi-virtual/ --module=jfrog-python-example
6566
6667 # - name: Pipenv package and upload
6768 # run: |
You can’t perform that action at this time.
0 commit comments