Skip to content

Commit

Permalink
fix: remove redundant git remote (#52)
Browse files Browse the repository at this point in the history
* ci: remove dry run test

* ci: disable automatic release versioning

* ci: check git version

* ci: check got path

* ci: print path

* ci: set global path for git

* ci: bring back semantic-release

* ci: override rule to allow longer commit footer msg

* ci: set value to Infinity

* ci: revert to 0.0.1

* fix: remove redundant git remote
  • Loading branch information
priynand authored and GitHub Enterprise committed Oct 1, 2021
1 parent eb1ebaa commit b6c2d33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ pipeline {
stage('Publish release') {
steps {
script {
sh 'git remote set-url origin "https://[email protected]/CPaaS/webrtc-core.git"'
if (env.BRANCH_NAME == "master") {
echo 'Publishing to npm artifactory and creating release'
sh 'echo "_auth=$NPM_ARTIFACTORY_TOKEN" >> ~/.npmrc'
Expand Down

0 comments on commit b6c2d33

Please sign in to comment.