Skip to content

Commit c1469ae

Browse files
committed
fix: make priv/cmd executable before release
1 parent 15e8163 commit c1469ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.cirrus.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ task:
1717
- mix local.hex --force
1818
- mix local.rebar --force
1919
- mix deps.get
20+
- chmod +x priv/cmd
2021
- PATH="$PWD/bin:$PATH" MIX_ENV=prod mix release
2122
binary_artifacts:
2223
path: burrito_out/*

0 commit comments

Comments
 (0)