POC fonctionnel
This commit is contained in:
7
hooks/prebuild/debian/copy-sources-to-workspace
Executable file
7
hooks/prebuild/debian/copy-sources-to-workspace
Executable file
@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
tamarin_info "Copying sources to workspace 'src' directory..."
|
||||
|
||||
mkdir src
|
||||
# Copying all read-only sources to the current workspace src
|
||||
cp -r /src/. ./src
|
Reference in New Issue
Block a user