Skip to content

Commit 117c816

Browse files
committed
Copy the package to a known location
1 parent 99eb613 commit 117c816

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

releng/imachination/ecflow/builder/workspace/build.workflow.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ function package() {
4343
# Create the package
4444
cmake --build --preset linux.gcc.serveronly.relwithdebinfo --target package
4545

46+
cmake -E copy ${ECFLOW_DIR}/.deploy/build/linux.gcc.serveronly.relwithdebinfo/*.deb ${ECFLOW_DIR}/
47+
4648
popd
4749
}
4850

@@ -53,3 +55,5 @@ function workflow() {
5355
}
5456

5557
workflow
58+
59+
# Copy the generated package to a known location

0 commit comments

Comments
 (0)