Skip to content

Commit 4ab06b9

Browse files
committed
fix asynchronous commands that should be run sequentially
1 parent edf2226 commit 4ab06b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Get manageiq.org repo
2424
run: git clone https://github.com/ManageIQ/manageiq.org
2525
- name: Build
26-
run: cd manageiq.org & exe/miq build all
26+
run: cd manageiq.org && exe/miq build all
2727
- name: Set COMMIT_MESSAGE
2828
run: create_commit_message.rb >> $GITHUB_ENV
2929
- name: Deploy

0 commit comments

Comments
 (0)