This is an automated email from the ASF dual-hosted git repository.
skygo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-website.git
The following commit(s) were added to refs/heads/master by this push:
new 9e34e3a78 try to fix build on ci
9e34e3a78 is described below
commit 9e34e3a787bd23c456e8c2b11dadddbd309275e6
Author: Eric Barboni <[email protected]>
AuthorDate: Wed Jun 15 15:52:56 2022 +0200
try to fix build on ci
---
Jenkinsfile.groovy | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/Jenkinsfile.groovy b/Jenkinsfile.groovy
index 91d068c37..94fff808c 100644
--- a/Jenkinsfile.groovy
+++ b/Jenkinsfile.groovy
@@ -75,9 +75,10 @@ pipeline {
}
}
dir('asf-site-branch') {
- sh('git checkout asf-site')
- sh('git pull')
- sh('git status')
+ sh 'git fetch'
+ sh 'git checkout asf-site'
+ sh 'git pull'
+ sh 'git status'
}
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists