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 20490ef commit c5164f2Copy full SHA for c5164f2
1 file changed
.github/workflows/sailr-ci.yml
@@ -46,12 +46,6 @@ jobs:
46
- name: Install Sailr
47
run: cargo install --path .
48
49
- #- name: Setup Kubeconfig
50
- # run: |
51
- # mkdir -p ~/.kube
52
- # echo "${{ secrets.DEVELOP_CLUSTER_KUBECONFIG }}" > ~/.kube/config
53
- # chmod 600 ~/.kube/config
54
-
55
- name: Run experimental CI build
56
run: sailr workflow run ci-build --non-interactive
57
0 commit comments