Skip to content

Commit

Permalink
New hex folder
Browse files Browse the repository at this point in the history
  • Loading branch information
vertigo235 committed Jan 21, 2022
1 parent dcab425 commit bce67d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ steps:
commands:
- cd $CI_WORKSPACE
- mkdir out
- cd $DRONE_WORKSPACE_BASE/Hex-files
- cd $DRONE_WORKSPACE_BASE/PF-build-hex
- mv `find -name "*.zip"` $CI_WORKSPACE/out
- mv `find -name "*.hex"` $CI_WORKSPACE/out
- cd $CI_WORKSPACE/out
Expand Down

0 comments on commit bce67d4

Please sign in to comment.