Skip to content

Commit

Permalink
wed
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaumebeuzeboc committed Feb 14, 2024
1 parent ec82ef4 commit 419ba14
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/private_code_snap_github_action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
sudo snap install --dangerous ${{ steps.build-snap.outputs.snap }}
# Do some testing with the snap
- run: |
ros2-humble-talker-listener --print
snap-with-private-source
- uses: actions/upload-artifact@v3
with:
name: ros2-snap
Expand Down
4 changes: 0 additions & 4 deletions github_action_private_source/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ parts:
plugin: dump
# This repository is private.
source: [email protected]:ubuntu-robotics/hello-world.git
override-pull: |
ls -lah ~/
ls -lah ~/.ssh
craftctl default
organize:
'*.bash' : usr/bin/

Expand Down

0 comments on commit 419ba14

Please sign in to comment.