Skip to content

Commit 61d9881

Browse files
authored
Merge pull request #329 from bci-oss/fix-cd-in-build-pipeline
Fix cd in release pipeline
2 parents bdc3084 + ff6541f commit 61d9881

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-workflow.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,10 @@ jobs:
9898
# Actual build of core SDK
9999
mvn -B -pl '!org.eclipse.esmf:samm-cli' clean deploy -Dmaven.wagon.httpconnectionManager.ttlSeconds=60 -DaltDeploymentRepository=local::default::file://nexus-staging -Psign
100100
# Build of CLI
101-
cd tools/samm-cli
101+
pushd tools/samm-cli
102102
mvn -B clean verify -Dmaven.wagon.httpconnectionManager.ttlSeconds=60
103103
mvn -B verify -Pnative -Dmaven.wagon.httpconnectionManager.ttlSeconds=60
104+
popd
104105
105106
# Create zip of samm-cli
106107
cd tools/samm-cli/target

0 commit comments

Comments
 (0)