Skip to content

Commit 6c23b5c

Browse files
committed
attempting image build
1 parent 085a64d commit 6c23b5c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/docker-export.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@ jobs:
2727
username: ${{ github.actor }}
2828
password: ${{ secrets.GITHUB_TOKEN }}
2929

30-
# vcs to add other repos to src
31-
- name: download vcs
32-
run: |
33-
sudo apt update
34-
pip3 install vcstool
35-
3630
# Get current latest tag from the repository
3731
- name: get latest tag
3832
uses: actions-ecosystem/action-get-latest-tag@v1
@@ -43,8 +37,14 @@ jobs:
4337
# Needed in order to use arm64 arcitechture on the runner
4438
#- name: Set up QEMU
4539
# uses: docker/setup-qemu-action@v2
40+
4641
- name: where am i
4742
run: |
43+
cd submodules
44+
ls -la
45+
cd isaac_ros_common
46+
ls -la
47+
cd scripts
4848
ls -la
4949
5050

0 commit comments

Comments
 (0)