Skip to content

Commit

Permalink
Remove the container from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Janko Uehlinger committed Sep 30, 2023
1 parent 76a4c59 commit 5bddced
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ jobs:
build_and_deploy:
runs-on: self-hosted
name: ubuntu build
container:
image: ubuntu


steps:
- name: Install Git
Expand All @@ -27,6 +24,7 @@ jobs:
- uses: actions/checkout@main
with:
submodules: true

- name: Checkout repo
run: |
ls -lah
Expand Down

0 comments on commit 5bddced

Please sign in to comment.