Skip to content

Commit

Permalink
artifacts from previous pipelines aren't available. need to build
Browse files Browse the repository at this point in the history
  • Loading branch information
marques-work committed Aug 25, 2017
1 parent 87dccab commit ae258f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions wercker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ deploy:
packages: file

- script:
name: export version
name: package
code: |
export VERSION=`$WERCKER_REPORT_ARTIFACTS_DIR/bobcat-linux --version`
make release
- script:
name: package
name: export version
code: |
make release
export VERSION=`./bobcat-linux --version`
- github-create-release:
token: $GITHUB_TOKEN
Expand Down

0 comments on commit ae258f5

Please sign in to comment.