We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eedf294 commit 80f4185Copy full SHA for 80f4185
.github/workflows/pipenv.yml
@@ -48,7 +48,7 @@ jobs:
48
pip show setuptools
49
echo $VIRTUAL_ENV
50
51
- - run: jf c add custom-server #--url={{ vars.JF_URL_ECO }} #--user=\"${{ secrets.JF_USER }}\" --password=\"${{ secrets.JF_REF_TOKEN_ECO }}\"
+ - run: jf c add custom-server --url {{ vars.JF_URL_ECO }} #--user=\"${{ secrets.JF_USER }}\" --password=\"${{ secrets.JF_REF_TOKEN_ECO }}\"
52
53
- name: Pipenv install
54
run: |
0 commit comments