Skip to content

Commit

Permalink
[Remove] Test cocoa.macosx launcher fragment removal
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesWell committed Aug 14, 2024
1 parent e92f24d commit f1b8005
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@
[submodule "equinox.binaries"]
path = equinox.binaries
url = https://github.com/eclipse-equinox/equinox.binaries.git
branch = remove-equinox.launcher.cocoa.macosx-fragment
[submodule "equinox"]
path = equinox
url = https://github.com/eclipse-equinox/equinox.git
url = https://github.com/HannesWell/equinox.git
branch = remove-launcher.macosx-fragment
[submodule "equinox.p2"]
path = equinox.p2
url = https://github.com/eclipse-equinox/p2.git
10 changes: 5 additions & 5 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ pipeline {
jdk 'temurin-jdk21-latest'
}
stages {
stage('Use master') {
steps {
sh 'git submodule foreach "git fetch origin master; git checkout FETCH_HEAD"'
}
}
// 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 f1b8005

Please sign in to comment.