File tree Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -112,13 +112,6 @@ jobs:
112112
113113 - name : Run arduino-app-cli version updated
114114 run : |
115- docker exec --user arduino apt-test-update arduino-app-cli version
116-
117- - name : Restart arduino-app-cli service and verify
118- run : |
119- docker exec apt-test-update sh -lc '
120- sudo systemctl status arduino-app-cli --no-pager
121- sudo systemctl status arduino-router --no-pager
122- '
115+ docker exec --user arduino apt-test-update arduino-app-cli version<
123116
124117
Original file line number Diff line number Diff line change @@ -160,12 +160,9 @@ tasks:
160160 desc : Test the debian package locally
161161 deps :
162162 - build-deb
163- vars :
164- VERSION : " 0.6.3"
165163 cmds :
166164 - docker build --no-cache -t mock-apt-repo -f test.Dockerfile .
167165 - docker run --rm -it --privileged -v /sys/fs/cgroup:/sys/fs/cgroup:ro --name apt-test-update mock-apt-repo
168- - docker exec -d apt-test-update /usr/bin/arduino-router
169166
170167 arduino-app-cli:build:local :
171168 desc : " Build the arduino-app-cli locally"
You can’t perform that action at this time.
0 commit comments