diff --git a/.drone.yml b/.drone.yml index bf04781..bef13d9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,8 +9,8 @@ steps: image: alpine/git commands: - git lfs install - - git clone http://gitea:3000/ipng/ipng.ch.git . - - git checkout $DRONE_COMMIT + - git clone http://gitea:3000/${CI_REPO_NAME} . + - git checkout ${CI_COMMIT_SHA} - name: build image: git.ipng.ch/ipng/drone-hugo:release-0.148.2 settings: