Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arti-shalb committed Jun 18, 2024
1 parent bb54be2 commit 472c92a
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions .github/workflows/extended-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,18 @@ jobs:
runs-on: ubuntu-latest
container: golang:1.21.3-alpine
steps:
- name: Code checkout
uses: actions/checkout@v2
- name: Code checkout
uses: actions/checkout@v2
with:
fetch-depth: 2

- name: Build image
run: |
apk update
apk add docker make terraform git curl bash
git config --global --add safe.directory /__w/cluster.dev/cluster.dev
git fetch --prune --unshallow --tags && make quick-install
cdev version
set -x
ls -la
docker ps
- name: Build image
run: |
apk update
apk add docker make terraform git curl bash
git config --global --add safe.directory /__w/cluster.dev/cluster.dev
git fetch --prune --unshallow --tags && make quick-install
cdev version
set -x
ls -la
docker ps

0 comments on commit 472c92a

Please sign in to comment.