You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// we *should* update .scripts (since that's where Jenkinsfile.* comes from, so it doesn't really make sense to update our Jenkinsfile and not have it use updated scripts), but it probably should update explicitly to the commit that the Jenkinsfile itself is coming from, if that's possible? ("latest" is probably fine)
44
-
stage('Update DOI') {
45
-
sh '''
46
-
git submodule update --remote --merge .doi
47
-
git submodule update --remote --merge .scripts
48
-
'''
49
-
}
50
-
51
68
withCredentials([
52
69
// thanks to rate limits, we either have to "docker login" or look things up via our proxy
0 commit comments