Skip to content

Commit

Permalink
[REMOVE] Test new equinox.executable baseline configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesWell committed Sep 29, 2024
1 parent 4da01cd commit ca67d8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
url = https://github.com/eclipse-equinox/equinox.binaries.git
[submodule "equinox"]
path = equinox
url = https://github.com/eclipse-equinox/equinox.git
url = https://github.com/HannesWell/equinox.git
branch = executable-keep-new-artifacts
[submodule "equinox.p2"]
path = equinox.p2
url = https://github.com/eclipse-equinox/p2.git
5 changes: 0 additions & 5 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ pipeline {
jdk 'temurin-jdk21-latest'
}
stages {
stage('Use master') {
steps {
sh 'git submodule foreach "git fetch origin master; git checkout FETCH_HEAD"'
}
}
stage('Deploy eclipse-platform-parent pom and eclipse-sdk target') {
when {
anyOf {
Expand Down

0 comments on commit ca67d8d

Please sign in to comment.