Skip to content

Commit

Permalink
correct dir
Browse files Browse the repository at this point in the history
  • Loading branch information
louiseschmidtgen committed Oct 1, 2024
1 parent 49b0975 commit 195737c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/k8s-snap-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Integration Test K8s-snap

on:
push:
# TODO:rm my branch
branches: ["master", "KU-1213/k8s-snap-build"]
pull_request:

Expand Down Expand Up @@ -40,9 +41,9 @@ jobs:
make static
- name: Swap out k8s-dqlite
run: |
sudo cp ./bin/static/k8s-dqlite /var/snap/k8s/current/bin/k8s-dqlite
sudo chown root:root /var/snap/k8s/current/bin/k8s-dqlite
sudo chmod 755 /var/snap/k8s/current/bin/k8s-dqlite
sudo cp ./bin/static/k8s-dqlite /var/snap/k8s/common/var/lib/k8s-dqlite
# sudo chown root:root /var/snap/k8s/common/var/lib/k8s-dqlite
# sudo chmod 755 /var/snap/k8s/common/var/lib/k8s-dqlite
- name: Running
env:
TEST_SNAP: /var/snap/k8s/current
Expand Down

0 comments on commit 195737c

Please sign in to comment.