Skip to content

Commit

Permalink
Welp
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthHater committed May 29, 2020
1 parent 38f8a08 commit 55138ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -30,7 +30,7 @@ dockerizedBuildPipeline(
python setup.py bdist_wheel
cd dist && WHEEL_NAME=$(ls -1) && cd ..
pip install --user dist/$WHEEL_NAME
jake iq --application jake --stage build --user $IQ_USERNAME --token $IQ_PASSWORD --host https://policy.ci.sonatype.dev'
jake iq --application jake --stage build --user $IQ_USERNAME --token $IQ_PASSWORD --host https://policy.ci.sonatype.dev
'''
}
})
Expand Down

0 comments on commit 55138ee

Please sign in to comment.