Skip to content

Commit 2f7c510

Browse files
committed
testing workflow works
1 parent 8bc8dd9 commit 2f7c510

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/viam-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
# note: you can replace this line with 'version: ""' if you want to test the build process without deploying
1515
# version: ${{ github.ref_name }}
16-
version: 2.0.5-rc1
16+
version: 2.0.5-rc2
1717
ref: ${{ github.sha }}
1818
key-id: ${{ secrets.viam_key_id }}
1919
key-value: ${{ secrets.viam_key_value }}

run.sh

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
set -e
33

44
UNAME=$(uname -s)
5-
65
echo "Current Directory: $(pwd)"
76
echo "Checking for virtual environment folder..."
87

0 commit comments

Comments
 (0)