Diff of /.drone.yml [r55] .. [r56]  Maximize  Restore

Switch to unified view

a/.drone.yml b/.drone.yml
...
...
6
  - name: compile
6
  - name: compile
7
    image: codesys-ide:local
7
    image: codesys-ide:local
8
    commands:
8
    commands:
9
      - echo "building debian package"
9
      - echo "building debian package"
10
      - ./trunk/wharfie/deb.sh
10
      - ./trunk/wharfie/deb.sh
11
      - cp trunk/wharfie/package.deb .drone-artifacts/
11
      - cp trunk/wharfie/wharfie.deb .drone-artifacts/
12
12