update ubuntu workflow with remote test
Signed-off-by: GuillaumeFalourd <guillaume.falourd@zup.com.br>
This commit is contained in:
parent
a50e8d7346
commit
07b6940520
1 changed files with 1 additions and 3 deletions
|
@ -132,9 +132,7 @@ runs:
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo "##### Copying contents to destination Github repository #####"
|
echo "##### Copying contents to destination Github repository #####"
|
||||||
ls -lha
|
cp "$GITHUB_WORKSPACE/${{ inputs.files }}" "$CLONE_DIRECTORY"
|
||||||
tree -a
|
|
||||||
cp "${{ inputs.files }}" "$CLONE_DIRECTORY"
|
|
||||||
|
|
||||||
cd "$CLONE_DIRECTORY"
|
cd "$CLONE_DIRECTORY"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue