X Tutup
Skip to content

Commit fe3d147

Browse files
committed
updated buddy.yml
1 parent c1fcb42 commit fe3d147

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

buddy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
# - apt update
3434
# - apt install -qy git make
3535
execute_commands:
36-
- apt update
37-
- apt install -qy git make
36+
- setup/ci_bootstrap.sh
3837
- make init
39-
- make ci test
38+
- make ci
39+
- make test
4040
volume_mappings:
4141
- "/:/buddy/devops-python-tools"
4242
shell: "BASH"

0 commit comments

Comments
 (0)
X Tutup