WIP: test de la CI
/ synchro (push) Successful in 0s
Details
/ synchro (push) Successful in 0s
Details
This commit is contained in:
parent
15ce0dbe7a
commit
61f02dd275
|
@ -12,6 +12,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
echo Sync files with server
|
echo Sync files with server
|
||||||
echo "We are in $PWD"
|
echo "We are in $PWD"
|
||||||
git clone ${{ gitea.server_url }}/${{ gitea.repository }}
|
git clone ${{ gitea.server_url }}/${{ gitea.repository }} www
|
||||||
|
cd www
|
||||||
echo "We have : $(ls -lta)"
|
echo "We have : $(ls -lta)"
|
||||||
- run: echo "Job ended with status '${{ job.status }}'."
|
- run: echo "Job ended with status '${{ job.status }}'."
|
||||||
|
|
Loading…
Reference in New Issue