WIP: test de la CI
/ synchro (push) Successful in 1s Details

This commit is contained in:
Adrien Bourmault 2023-10-20 10:47:49 +02:00
parent 5e6d93ce72
commit d53645d786
Signed by: neox
GPG Key ID: 2974E1D5F25DFCC8
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@ 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.workspace }} git clone ${{ gitea.server_url }}/${{ gitea.repository }}
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 }}'."