diff --git a/.drone.yml b/.drone.yml index 5d370fb..b788af4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,6 +20,7 @@ steps: - name: Build new image commands: + - git checkout test - docker build . -f Dockerfile.production --tag="nexus-timers" - name: Launch new container @@ -28,4 +29,4 @@ steps: trigger: branch: - - master + - test