diff --git a/.github/workflows/private_code_snap_github_action.yaml b/.github/workflows/private_code_snap_github_action.yaml index d99c168..98833ef 100644 --- a/.github/workflows/private_code_snap_github_action.yaml +++ b/.github/workflows/private_code_snap_github_action.yaml @@ -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 diff --git a/github_action_private_source/snapcraft.yaml b/github_action_private_source/snapcraft.yaml index 365d4d5..bb0ad1b 100644 --- a/github_action_private_source/snapcraft.yaml +++ b/github_action_private_source/snapcraft.yaml @@ -13,10 +13,6 @@ parts: plugin: dump # This repository is private. source: git@github.com:ubuntu-robotics/hello-world.git - override-pull: | - ls -lah ~/ - ls -lah ~/.ssh - craftctl default organize: '*.bash' : usr/bin/