Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yesidevelop authored Feb 16, 2022
1 parent 79073c5 commit 74d650f
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 @@ -9,7 +9,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/CurrikiGO.git -b /tmp/tsugi/mod/curriki'
sh 'git clone https://github.com/ActiveLearningStudio/CurrikiGO.git -b feature/module-upgrade-for-submissionReview /tmp/tsugi/mod/curriki'
sh "yes | cp /tmp/tsugi/mod/curriki/Dockerfile /tmp/tsugi/Dockerfile"
sh "yes | cp /tmp/tsugi/mod/curriki/php.ini /tmp/tsugi/php.ini"
sh "yes | cp /tmp/tsugi/mod/curriki/tsugi.conf /tmp/tsugi/tsugi.conf"
Expand Down

0 comments on commit 74d650f

Please sign in to comment.