Skip to content

Commit

Permalink
Jenkins died again on the submodule handling
Browse files Browse the repository at this point in the history
I've noticed that fresh clones seem to work, so I'm
going to remove the submodule url configuration that gets
added by the Jenkins jobs.

[BFB]
  • Loading branch information
jgfouca committed Nov 25, 2015
1 parent 6d6e804 commit 7cdf6a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cime/scripts-acme/jenkins_script
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ $SCRIPT_DIR/jenkins_generic_job "$@" >& JENKINS_$DATE_STAMP
for SUB in $(git submodule status | awk '{print $2}'); do
git submodule deinit ${SUB}
done

git config --remove-section submodule.mpas-o
git config --remove-section submodule.mpas-cice
git config --remove-section submodule.mpas-li

0 comments on commit 7cdf6a5

Please sign in to comment.