Skip to content

Commit 0f87e74

Browse files
committed
Update Jenkinsfile to point to upstream repo
1 parent ae9d3dc commit 0f87e74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
node('jenkins-slave-ruby-centos7') {
22
stage('Build') {
3-
git url: "https://github.com/ramzallan/CSHPublicSite.git"
3+
git url: "https://github.com/ComputerScienceHouse/CSHPublicSite.git"
44
sh "bundle install"
55
sh "bundle exec rake build:production"
66
}

0 commit comments

Comments
 (0)