Skip to content

Commit

Permalink
chore: Stop deploying docs.tuleap.org in the build image pipeline
Browse files Browse the repository at this point in the history
Part of some internal work art #108457
  • Loading branch information
LeSuisse authored and Hyzual committed Jul 19, 2024
1 parent c652e89 commit f528428
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Jenkinsfile-build-docs.tuleap.org
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,5 @@ pipeline {
}
}
}
stage('Deploy') {
steps {
sshagent(['deploy-documentation-web01.enalean.com']) {
sh 'ssh [email protected] ./update_docs.tuleap.org.sh'
}
}
}
}
}

0 comments on commit f528428

Please sign in to comment.