Skip to content

Commit

Permalink
second config
Browse files Browse the repository at this point in the history
  • Loading branch information
RobiNino committed Oct 20, 2024
1 parent 7afca09 commit 54e24d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipenv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Pipenv install
run: |
jf c add serverId --url {{ vars.JF_URL_ECO }} --user ${{ secrets.JF_USER }} --password ${{ secrets.JF_REF_TOKEN_ECO }}
jf c add serverId --url='{{ vars.JF_URL_ECO }}' --user='${{ secrets.JF_USER }}' --password='${{ secrets.JF_REF_TOKEN_ECO }}'
jf c show
cd python-example/pipenv-example/
jf pipenv-config --repo-resolve=robi-pypi-virtual
Expand Down

0 comments on commit 54e24d4

Please sign in to comment.