Skip to content

Commit

Permalink
adapted to core-commons branch
Browse files Browse the repository at this point in the history
  • Loading branch information
rsfzi committed Feb 3, 2025
1 parent 00d1898 commit bd3bc53
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
with:
use-display-output: true
deploy-updatesite: 'releng/org.palladiosimulator.generator.fluent.updatesite/target/repository'
skip-branch-deploy: false
secrets:
SERVER_SSH_KEY: ${{ secrets.DEPLOYMENT_SERVER_SSH_KEY }}
REMOTE_HOST: ${{ secrets.DEPLOYMENT_REMOTE_HOST }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,8 @@
<unit id="de.uka.ipd.sdq.identifier.feature.feature.group" version="0.0.0" />
<unit id="org.palladiosimulator.commons.stoex.serialising.feature.feature.group" version="0.0.0"/>
<repository location="https://updatesite.palladio-simulator.com/palladio-core-commons/nightly/" />
</location>
<location includeAllPlatforms="false"
includeConfigurePhase="true"
includeMode="planner"
includeSource="false"
type="InstallableUnit"
filter="nightly"
refresh="true">
<unit id="de.uka.ipd.sdq.identifier.feature.feature.group" version="0.0.0" />
<repository location="https://updatesite.palladio-simulator.com/palladio-core-commons/nightly/" />
<!--repository location="https://updatesite.palladio-simulator.com/palladio-core-commons/nightly/"/-->
<repository location="https://updatesite.palladio-simulator.com/palladio-core-commons/branches/no_ui-pcm/"/>
</location>
<location includeAllPlatforms="false"
includeConfigurePhase="true"
Expand All @@ -53,7 +45,8 @@
filter="nightly"
refresh="true">
<unit id="org.palladiosimulator.pcm.feature.feature.group" version="0.0.0" />
<repository location="https://updatesite.palladio-simulator.com/palladio-core-pcm/nightly/" />
<!--repository location="https://updatesite.palladio-simulator.com/palladio-core-pcm/nightly/"/-->
<repository location="https://updatesite.palladio-simulator.com/palladio-core-pcm/branches/no_ui-pcm/"/>
</location>
</locations>
</target>

0 comments on commit bd3bc53

Please sign in to comment.