Skip to content

Commit

Permalink
Fix formatting on drone file
Browse files Browse the repository at this point in the history
  • Loading branch information
Vedran Mikov committed Nov 12, 2020
1 parent d748384 commit bcca2bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .drone-github.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
kind: pipeline
name: linux-amd64
name: win64

platform:
os: linux
Expand Down Expand Up @@ -47,4 +47,4 @@ trigger:
- "refs/tags/**"
- "refs/pull/**"

...
...
3 changes: 2 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
kind: pipeline
name: linux-amd64
name: win64

platform:
os: linux
Expand All @@ -21,6 +21,7 @@ steps:
- "copy-libraries /workspace/dataDashboard/build/release"
- "rm release/*.o release/*.cpp release/*.h release/*.qrc"
- "cp ../LICENSE release/LICENSE.txt"
- "cp ../README.md release/README.md"
- "zip -jr Data_dashboard-${DRONE_TAG##v}-win64.zip release/"
when:
event:
Expand Down

0 comments on commit bcca2bd

Please sign in to comment.