Skip to content

Commit 1704916

Browse files
committed
update: github action
1 parent 25dc5d2 commit 1704916

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build-deb.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,7 @@ jobs:
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

0 commit comments

Comments
 (0)