Skip to content

Commit

Permalink
fix: removed set -ex
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Chvets committed Sep 29, 2023
1 parent c0e0737 commit 0f8f4c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ parts:
stage-packages:
- ca-certificates
override-build: |
set -xe
make install
mkdir -p ${CRAFT_PART_INSTALL}/usr/bin
install -D ${CRAFT_PART_INSTALL}/bin/metacontroller ${CRAFT_PART_INSTALL}/usr/bin
Expand Down

0 comments on commit 0f8f4c9

Please sign in to comment.