We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b58cf0 commit fe19930Copy full SHA for fe19930
.github/actions/install-kjob/action.yml
@@ -28,6 +28,8 @@ runs:
28
with:
29
name: kjob-artifact
30
- name: Set permissions
31
+ shell: bash
32
run: chmod +x kubectl-kjob
33
- name: Move binary
34
35
run: mv ./kubectl-kjob /usr/local/bin/kubectl-kjob
.github/actions/setup-test-env/action.yml
@@ -48,3 +48,6 @@ runs:
48
- name: Install XPK
49
run: pip install dist/xpk-*.whl
50
shell: bash
51
+ - name: Install expect package
52
+ run: sudo apt-get install expect
53
0 commit comments