Skip to content

Commit

Permalink
Allow mule packaging to be done without having to first explicitly ca…
Browse files Browse the repository at this point in the history
…ll `ci-build` (algorand#1454)
  • Loading branch information
btoll authored Aug 27, 2020
1 parent e6badd4 commit e5a04c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ agents:
workDir: $HOME/projects/go-algorand

tasks:
- task: docker.Make
name: build
target: ci-build

- task: docker.Make
name: rpm
agent: rpm
Expand Down
2 changes: 1 addition & 1 deletion scripts/release/mule/Makefile.mule
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ mule-deploy-%:
scripts/release/mule/deploy/$(PKG_TYPE)/deploy.sh

mule-package-%: PKG_TYPE=$*
mule-package-%:
mule-package-%: ci-build
scripts/release/mule/package/$(PKG_TYPE)/package.sh

mule-sign-%: PKG_TYPE=$*
Expand Down

0 comments on commit e5a04c4

Please sign in to comment.