Skip to content
Snippets Groups Projects
Commit 51671f0e authored by Bruno Burke's avatar Bruno Burke :hamburger:
Browse files

ignore checksum for new maven repository

parent 77dd2380
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ test1:
deploy:
stage: deploy
script:
- echo "{:user {:deploy-repositories [[\"internal\" {:url \"${ARTIFACTORY_DEPLOY_REPOSITORY}\" :username :env/artifactory_user :password :env/artifactory_pw :sign-releases false}]]}}" > ~/.lein/profiles.clj
- echo "{:user {:deploy-repositories [[\"internal\" {:url \"${ARTIFACTORY_DEPLOY_REPOSITORY}\" :username :env/artifactory_user :password :env/artifactory_pw :sign-releases false :checksum :ignore}]]}}" > ~/.lein/profiles.clj
- lein deploy internal
only:
- master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment