Skip to content

Commit

Permalink
Fix broken deploy step in wercker.
Browse files Browse the repository at this point in the history
  • Loading branch information
monochromegane committed Oct 1, 2018
1 parent b042fde commit d083c89
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions wercker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ build:
git describe --tags --exact --match 'v*' > $WERCKER_OUTPUT_DIR/.release_tag || true
deploy:
steps:
- script:
name: install packages
code: |
apt-get update -y
apt-get install -y file
- script:
name: restore release tag
code: |
Expand Down

0 comments on commit d083c89

Please sign in to comment.