Skip to content

Commit 51de298

Browse files
author
Aaron Roller
committed
ci: trying to source bash with script AM-682/camera-stream
1 parent fca03d8 commit 51de298

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ jobs:
1212
- uses: rlespinasse/github-slug-action@3.1.0 # for GITHUB_REF_SLUG
1313
- name: Package
1414
run: |
15+
1516
AM_PLATFORM=dji_m300 amros packages install -y --password=${{ secrets.BUILD_PASSWORD }}
16-
echo ${{ secrets.BUILD_PASSWORD }} | sudo -S whoami && amros dev build deb --clean --version="0.0.${{ github.run_number }}"
17+
echo ${{ secrets.BUILD_PASSWORD }} | sudo -S whoami && source ~/.bashrc && amros dev build deb --clean --version="0.0.${{ github.run_number }}"
1718
- name: Deploy
1819
id: deploy
1920
uses: AutoModality/action-cloudsmith@0.2.0

0 commit comments

Comments
 (0)