diff --git a/.drone.yml b/.drone.yml index 92163bb..72a58ed 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,7 +21,7 @@ steps: - "docker login -u 3wordchant -p \"$DOCKER_PASS\" index.docker.io" - abra catalogue generate - cat $HOME/.abra/catalogue/recipes.json - - "cd $HOME/.abra/catalogue/ && git checkout -b testing && git commit -a -m 'Chore: update catalogue' && git push" + - "cd $HOME/.abra/catalogue/ && git checkout -b testing && git commit -a -m 'Chore: update catalogue' && git push --set-upstream origin testing" - name: notify on failure image: plugins/matrix