Initial commit
Some checks failed
continuous-integration/drone/push Build is passing
Build / build (push) Failing after 9s
lint / lint (push) Failing after 9s
Docker Compose Test / test (push) Failing after 5s

This commit is contained in:
Sthope 2024-05-05 23:07:15 +02:00
parent d1303a3c11
commit a892f44f88

View File

@ -34,11 +34,11 @@ steps:
envs:
- GIT_PULL
command_timeout: 2m
script:
- echo ${GIT_PULL_SCRIPT}
- echo $GIT_PULL_SCRIPT
- echo "$GIT_PULL_SCRIPT"
- echo $GIT_PULL
- echo ${GIT_PULL}
- $GIT_PULL
# - cd /mnt/user/Docker/wiki && ./sthope/git_pull.sh
script: |
echo ${GIT_PULL_SCRIPT}
echo $GIT_PULL_SCRIPT
echo "$GIT_PULL_SCRIPT"
echo $GIT_PULL
echo ${GIT_PULL}
$GIT_PULL
cd /mnt/user/Docker/wiki && ./sthope/git_pull.sh