Skip to content

Commit

Permalink
Update .woodpecker.yml to copy the version file to backend directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Codycody31 committed Oct 8, 2023
1 parent 293830c commit d7a64a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .woodpecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ steps:
image: alpine/git
commands:
- git describe --always --tags > version
- cp version backend/version

Install Backend Dependencies:
image: *node_image
Expand Down

0 comments on commit d7a64a2

Please sign in to comment.