diff --git a/.drone.yml b/.drone.yml index 34a22f4..f6ef674 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,6 +1,7 @@ pipeline: build: image: debian + pull: true commands: - echo "HALLO WELT, KANNST DU MICH HOEREN" when: @@ -8,6 +9,7 @@ pipeline: package: image: debian + pull: true commands: - echo "zap" when: