Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cgeller authored Dec 19, 2023
1 parent 94226a0 commit ab07d09
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}

- uses: robinraju/release-downloader@v1.8
name: Download python-api
name: Download PythonAPI
with:
repository: carla-compose/carla
latest: true
Expand All @@ -38,18 +38,6 @@ jobs:

- name: Extract PythonAPI
run: tar -xvzf artifacts/PythonAPI.tar.gz -C artifacts


- name: debug1
run: pwd

- name: debug1
run: ls

- name: debug1
run: ls artifacts
- name: debug1
run: ls scenario_runner

- uses: docker/build-push-action@v5
name: Build and push
Expand Down

0 comments on commit ab07d09

Please sign in to comment.