Skip to content

Commit 5c42e6f

Browse files
committed
Merge pull request #5 from bazscsa/patch-2
added apt-get dependencies: git and expect
2 parents 6c4a574 + 74100c4 commit 5c42e6f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

step.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ type_tags:
2222
requires_admin_user: false
2323
is_always_run: false
2424
is_skippable: false
25+
deps:
26+
apt_get:
27+
- name: expect
28+
- name: git
2529
run_if: ".IsCI"
2630
inputs:
2731
- ssh_rsa_private_key: "$SSH_RSA_PRIVATE_KEY"

0 commit comments

Comments
 (0)