Skip to content

Commit

Permalink
Merge pull request #142 from MusicDin/fix/imagebuilder-repo
Browse files Browse the repository at this point in the history
Clone lxd-imagebuilder using git
  • Loading branch information
tomponline authored Apr 16, 2024
2 parents 066d9a0 + 006650a commit f3560a0
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/actions/image-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,6 @@ inputs:
runs:
using: composite
steps:
- name: Checkout LXD imagebuilder
uses: actions/checkout@v4
with:
repository: canonical/lxd-imagebuilder
path: lxd-imagebuilder
ssh-key: ${{ inputs.ssh-key }}

- name: Install dependencies
shell: bash
run: |
Expand All @@ -39,10 +32,10 @@ runs:
with:
go-version: "${{ inputs.go-version }}"

# - name: Clone LXD imagebuilder
# shell: bash
# run: |
# git clone https://github.com/canonical/lxd-imagebuilder --depth 1
- name: Clone LXD imagebuilder
shell: bash
run: |
git clone https://github.com/canonical/lxd-imagebuilder --depth 1
- name: Build LXD imagebuilder
shell: bash
Expand Down

0 comments on commit f3560a0

Please sign in to comment.