File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 5656 apt-get update
5757 apt-get install -y build-essential devscripts debhelper autotools-dev autoconf-archive pkg-config fakeroot sed git tar gzip python3-pip python3-venv curl jq libyaml-cpp-dev
5858
59- curl -u "robert-burger-xas1:{{apiKey}}" -1sLf \
60- 'https://dl.cloudsmith.io/basic/robertburger/robotkernel/setup.deb.sh' \
61- | bash
59+ curl -1sLf 'https://dl.cloudsmith.io/basic/robertburger/robotkernel/setup.deb.sh' | bash
6260 apt-get update
6361 apt-get install -y robotkernel-service-helper
6462
@@ -153,7 +151,7 @@ jobs:
153151 "$UPLOAD_URL?name=$FILE_NAME_DEV"
154152
155153 - name : Upload to Cloudsmith (${{ matrix.os }}/${{ matrix.version }})
156- if : startsWith(github.ref, 'refs/tags/')
154+ # if: startsWith(github.ref, 'refs/tags/')
157155 env :
158156 CLOUDSMITH_API_KEY : ${{ secrets.CLOUDSMITH_API_KEY }}
159157 shell : bash
You can’t perform that action at this time.
0 commit comments