Skip to content

Commit 767638a

Browse files
committed
ci: fix removal of temporary files in deploy.sh script
1 parent 839ea5e commit 767638a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/scripts/ci/deploy.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ ansible-playbook \
5353
"$PLAYBOOK" \
5454
--syntax-check
5555

56-
exec \
57-
ansible-playbook \
56+
ansible-playbook \
5857
--inventory="$INVENTORY" \
5958
"$PLAYBOOK" \
6059
--private-key="$PRIVATE_KEY"

0 commit comments

Comments
 (0)