Skip to content

Commit

Permalink
check fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arti-shalb committed Jun 18, 2024
1 parent 39b91bf commit 99fe8cb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/extended-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:

- name: Build image
run: |
set -x
apk update
apk add docker make terraform git curl bash
pwd
ls -la
# git config --global --add safe.directory /__w/cluster.dev/cluster.dev
# git fetch --prune --unshallow --tags && make quick-install
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 99fe8cb

Please sign in to comment.