diff --git a/.drone.yml b/.drone.yml index 16c6e5a..770374e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,7 +22,7 @@ steps: - "docker login -u thecoopcloud -p \"$DOCKER_PASS\" index.docker.io" - abra catalogue generate - "cd $HOME/.abra/catalogue/ && git remote -v" - - "cd $HOME/.abra/catalogue/ && git checkout -b testing && git commit -a -m 'Chore: update catalogue' && git push -f --set-upstream origin testing" + - "cd $HOME/.abra/catalogue/ && git commit -a -m 'Chore: update catalogue' && git push" - name: notify on failure image: plugins/matrix