Skip to content

Commit

Permalink
Remove checkout to see if code is there.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreRicardo-Zoetis committed Jan 3, 2025
1 parent 2a204c4 commit 20a3895
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,18 @@ on:
branches: [ add-devcontainer ]
workflow_dispatch:
jobs:
container-test-job:
container-job:
runs-on: ubuntu-latest
container:
image: debian:11
# volumes:
# - .:/iot-hub-device-update
# options: --cpus 1
steps:
- name: Checkout
uses: actions/checkout@v4
- name: troubleshoot
run: |
uname -a
ls -al
pwd
# - name: Checkout
# uses: actions/checkout@v4
# - name: troubleshoot
# run: |
# uname -a
# ls -al
# pwd
- name: Setup
run: |
apt-get update
Expand Down

0 comments on commit 20a3895

Please sign in to comment.