Skip to content

Commit

Permalink
added branch to tsugi core
Browse files Browse the repository at this point in the history
  • Loading branch information
yesidevelop committed Jul 5, 2022
1 parent ad25310 commit de9390e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ node("currikidev") {

stage('Build image') {
sh 'rm -rf /tmp/tsugi && rm -rf /tmp/tsugi/mod/curriki'
sh 'git clone https://github.com/ActiveLearningStudio/tsugi-1 /tmp/tsugi'
sh "git clone https://github.com/ActiveLearningStudio/tsugi-1 -b ${branch} /tmp/tsugi"
sh "git clone https://github.com/ActiveLearningStudio/CurrikiGO.git -b ${branch} /tmp/tsugi/mod/curriki"
sh "yes | cp /tmp/tsugi/mod/curriki/.htaccess.main /tmp/tsugi/.htaccess"
sh "yes | cp /tmp/tsugi/mod/curriki/Dockerfile /tmp/tsugi/Dockerfile"
Expand Down

0 comments on commit de9390e

Please sign in to comment.