diff --git a/.drone.yml b/.drone.yml index 52f1617..3ccf1d4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,7 +16,7 @@ steps: - name: build <<: *anchor_compiler_image volumes: - - name: tempx + - name: temp path: /tmp - name: cache path: /tmp/cache @@ -28,6 +28,11 @@ steps: - name: build-fail <<: *anchor_compiler_image + volumes: + - name: temp + path: /tmp + - name: cache + path: /tmp/cache commands: - echo "Go do some debugging - you've got $${SLEEP} seconds" - sleep $${SLEEP} @@ -40,6 +45,11 @@ steps: - name: build-success <<: *anchor_compiler_image + volumes: + - name: temp + path: /tmp + - name: cache + path: /tmp/cache commands: # - echo "Go check where the binaries are - you've got $${SLEEP} seconds" # - sleep $${SLEEP} @@ -50,6 +60,11 @@ steps: - name: build-install <<: *anchor_compiler_image + volumes: + - name: temp + path: /tmp + - name: cache + path: /tmp/cache commands: - make install depends_on: