Merge branch 'main' of ssh://git.uzurka.fr:2222/Uzurka/GraalVM into main

This commit is contained in:
2023-08-29 10:22:26 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,6 @@ on:
paths: paths:
- 'Dockerfile' - 'Dockerfile'
- 'entrypoint.sh' - 'entrypoint.sh'
- 'entrypoint.sh'
- '.gitea/docker-build.yml' - '.gitea/docker-build.yml'
jobs: jobs:

View File

@ -1,3 +1,4 @@
#!/bin/bash #!/bin/bash
source /root/.bashrc && "$@" source /root/.bashrc && "$@"
echo "coucou"